CreationSupporteds Interface
public interface CreationSupporteds
Resource collection API of CreationSupporteds.
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 CreateResourceSupportedResponse get(String datadogOrganizationId)
Informs if the current subscription is being already monitored for selected Datadog organization.
Parameters:
Returns:
getWithResponse
public abstract Response<CreateResourceSupportedResponse> getWithResponse(String datadogOrganizationId, Context context)
Informs if the current subscription is being already monitored for selected Datadog organization.
Parameters:
Returns:
list
public abstract PagedIterable<CreateResourceSupportedResponse> list(String datadogOrganizationId)
Informs if the current subscription is being already monitored for selected Datadog organization.
Parameters:
Returns:
list
public abstract PagedIterable<CreateResourceSupportedResponse> list(String datadogOrganizationId, Context context)
Informs if the current subscription is being already monitored for selected Datadog organization.
Parameters:
Returns: