| Package | Description |
|---|---|
| com.amazonaws.services.config |
|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeConformancePackStatusResult> |
AmazonConfigAsyncClient.describeConformancePackStatusAsync(DescribeConformancePackStatusRequest request,
AsyncHandler<DescribeConformancePackStatusRequest,DescribeConformancePackStatusResult> asyncHandler) |
Future<DescribeConformancePackStatusResult> |
AbstractAmazonConfigAsync.describeConformancePackStatusAsync(DescribeConformancePackStatusRequest request,
AsyncHandler<DescribeConformancePackStatusRequest,DescribeConformancePackStatusResult> asyncHandler) |
Future<DescribeConformancePackStatusResult> |
AmazonConfigAsync.describeConformancePackStatusAsync(DescribeConformancePackStatusRequest describeConformancePackStatusRequest,
AsyncHandler<DescribeConformancePackStatusRequest,DescribeConformancePackStatusResult> asyncHandler)
Provides one or more conformance packs deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConformancePackStatusRequest |
DescribeConformancePackStatusRequest.clone() |
DescribeConformancePackStatusRequest |
DescribeConformancePackStatusRequest.withConformancePackNames(Collection<String> conformancePackNames)
Comma-separated list of conformance pack names.
|
DescribeConformancePackStatusRequest |
DescribeConformancePackStatusRequest.withConformancePackNames(String... conformancePackNames)
Comma-separated list of conformance pack names.
|
DescribeConformancePackStatusRequest |
DescribeConformancePackStatusRequest.withLimit(Integer limit)
The maximum number of conformance packs status returned on each page.
|
DescribeConformancePackStatusRequest |
DescribeConformancePackStatusRequest.withNextToken(String nextToken)
The
nextToken string returned in a previous request that you use to request the next page of results
in a paginated response. |
Copyright © 2023. All rights reserved.