CreationSupporteds Interface

public interface CreationSupporteds

Resource collection API of CreationSupporteds.

Method Summary

Modifier and Type Method and Description
abstract CreateResourceSupportedResponse get(String datadogOrganizationId)

Informs if the current subscription is being already monitored for selected Datadog organization.

abstract Response<CreateResourceSupportedResponse> getWithResponse(String datadogOrganizationId, Context context)

Informs if the current subscription is being already monitored for selected Datadog organization.

abstract PagedIterable<CreateResourceSupportedResponse> list(String datadogOrganizationId)

Informs if the current subscription is being already monitored for selected Datadog organization.

abstract PagedIterable<CreateResourceSupportedResponse> 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:

datadogOrganizationId - Datadog Organization Id.

Returns:

datadog resource can be created or not.

getWithResponse

public abstract Response<CreateResourceSupportedResponse> getWithResponse(String datadogOrganizationId, Context context)

Informs if the current subscription is being already monitored for selected Datadog organization.

Parameters:

datadogOrganizationId - Datadog Organization Id.
context - The context to associate with this operation.

Returns:

datadog resource can be created or not along with Response<T>.

list

public abstract PagedIterable<CreateResourceSupportedResponse> list(String datadogOrganizationId)

Informs if the current subscription is being already monitored for selected Datadog organization.

Parameters:

datadogOrganizationId - Datadog Organization Id.

Returns:

the paginated response with PagedIterable<T>.

list

public abstract PagedIterable<CreateResourceSupportedResponse> list(String datadogOrganizationId, Context context)

Informs if the current subscription is being already monitored for selected Datadog organization.

Parameters:

datadogOrganizationId - Datadog Organization Id.
context - The context to associate with this operation.

Returns:

the paginated response with PagedIterable<T>.

Applies to