CreationSupportedsClient Interface
public interface CreationSupportedsClient
An instance of this class provides access to all the operations defined in CreationSupportedsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Create |
get(String datadogOrganizationId)
Informs if the current subscription is being already monitored for selected Datadog organization. |
|
abstract
Response<Create |
getWithResponse(String datadogOrganizationId, Context context)
Informs if the current subscription is being already monitored for selected Datadog organization. |
|
abstract
Paged |
list(String datadogOrganizationId)
Informs if the current subscription is being already monitored for selected Datadog organization. |
|
abstract
Paged |
list(String datadogOrganizationId, Context context)
Informs if the current subscription is being already monitored for selected Datadog organization. |
Method Details
get
public abstract CreateResourceSupportedResponseInner get(String datadogOrganizationId)
Informs if the current subscription is being already monitored for selected Datadog organization.
Parameters:
Returns:
getWithResponse
public abstract Response<CreateResourceSupportedResponseInner> getWithResponse(String datadogOrganizationId, Context context)
Informs if the current subscription is being already monitored for selected Datadog organization.
Parameters:
Returns:
list
public abstract PagedIterable<CreateResourceSupportedResponseInner> list(String datadogOrganizationId)
Informs if the current subscription is being already monitored for selected Datadog organization.
Parameters:
Returns:
list
public abstract PagedIterable<CreateResourceSupportedResponseInner> list(String datadogOrganizationId, Context context)
Informs if the current subscription is being already monitored for selected Datadog organization.
Parameters:
Returns: