| Package | Description |
|---|---|
| com.amazonaws.services.controlcatalog |
Welcome to the Amazon Web Services Control Catalog API reference.
|
| com.amazonaws.services.controlcatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ListCommonControlsResult |
AWSControlCatalogClient.listCommonControls(ListCommonControlsRequest request)
Returns a paginated list of common controls from the Amazon Web Services Control Catalog.
|
ListCommonControlsResult |
AbstractAWSControlCatalog.listCommonControls(ListCommonControlsRequest request) |
ListCommonControlsResult |
AWSControlCatalog.listCommonControls(ListCommonControlsRequest listCommonControlsRequest)
Returns a paginated list of common controls from the Amazon Web Services Control Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCommonControlsResult> |
AWSControlCatalogAsyncClient.listCommonControlsAsync(ListCommonControlsRequest request,
AsyncHandler<ListCommonControlsRequest,ListCommonControlsResult> asyncHandler) |
Future<ListCommonControlsResult> |
AWSControlCatalogAsync.listCommonControlsAsync(ListCommonControlsRequest listCommonControlsRequest,
AsyncHandler<ListCommonControlsRequest,ListCommonControlsResult> asyncHandler)
Returns a paginated list of common controls from the Amazon Web Services Control Catalog.
|
Future<ListCommonControlsResult> |
AbstractAWSControlCatalogAsync.listCommonControlsAsync(ListCommonControlsRequest request,
AsyncHandler<ListCommonControlsRequest,ListCommonControlsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListCommonControlsResult |
ListCommonControlsResult.clone() |
ListCommonControlsResult |
ListCommonControlsResult.withCommonControls(Collection<CommonControlSummary> commonControls)
The list of common controls that the
ListCommonControls API returns. |
ListCommonControlsResult |
ListCommonControlsResult.withCommonControls(CommonControlSummary... commonControls)
The list of common controls that the
ListCommonControls API returns. |
ListCommonControlsResult |
ListCommonControlsResult.withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
Copyright © 2024. All rights reserved.