@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSControlCatalog
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSControlCatalog
instead.
Welcome to the Amazon Web Services Control Catalog API reference. This guide is for developers who need detailed information about how to programmatically identify and filter the common controls and related metadata that are available to Amazon Web Services customers. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types that are supported by Amazon Web Services Control Catalog.
Use the following links to get started with the Amazon Web Services Control Catalog API:
Actions: An alphabetical list of all Control Catalog API operations.
Data types: An alphabetical list of all Control Catalog data types.
Common parameters: Parameters that all operations can use.
Common errors: Client and server errors that all operations can return.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListCommonControlsResult |
listCommonControls(ListCommonControlsRequest listCommonControlsRequest)
Returns a paginated list of common controls from the Amazon Web Services Control Catalog.
|
ListDomainsResult |
listDomains(ListDomainsRequest listDomainsRequest)
Returns a paginated list of domains from the Amazon Web Services Control Catalog.
|
ListObjectivesResult |
listObjectives(ListObjectivesRequest listObjectivesRequest)
Returns a paginated list of objectives from the Amazon Web Services Control Catalog.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
ListCommonControlsResult listCommonControls(ListCommonControlsRequest listCommonControlsRequest)
Returns a paginated list of common controls from the Amazon Web Services Control Catalog.
You can apply an optional filter to see common controls that have a specific objective. If you don’t provide a filter, the operation returns all common controls.
listCommonControlsRequest
- AccessDeniedException
- You do not have sufficient access to perform this action.InternalServerException
- An internal service error occurred during the processing of your request. Try again later.ValidationException
- The request has invalid or missing parameters.ThrottlingException
- The request was denied due to request throttling.ListDomainsResult listDomains(ListDomainsRequest listDomainsRequest)
Returns a paginated list of domains from the Amazon Web Services Control Catalog.
listDomainsRequest
- AccessDeniedException
- You do not have sufficient access to perform this action.InternalServerException
- An internal service error occurred during the processing of your request. Try again later.ValidationException
- The request has invalid or missing parameters.ThrottlingException
- The request was denied due to request throttling.ListObjectivesResult listObjectives(ListObjectivesRequest listObjectivesRequest)
Returns a paginated list of objectives from the Amazon Web Services Control Catalog.
You can apply an optional filter to see the objectives that belong to a specific domain. If you don’t provide a filter, the operation returns all objectives.
listObjectivesRequest
- AccessDeniedException
- You do not have sufficient access to perform this action.InternalServerException
- An internal service error occurred during the processing of your request. Try again later.ValidationException
- The request has invalid or missing parameters.ThrottlingException
- The request was denied due to request throttling.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.