| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeConformancePacksResponse |
ConfigClient.describeConformancePacks(Consumer<DescribeConformancePacksRequest.Builder> describeConformancePacksRequest)
Returns a list of one or more conformance packs.
|
default DescribeConformancePacksResponse |
ConfigClient.describeConformancePacks(DescribeConformancePacksRequest describeConformancePacksRequest)
Returns a list of one or more conformance packs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeConformancePacksResponse> |
ConfigAsyncClient.describeConformancePacks(Consumer<DescribeConformancePacksRequest.Builder> describeConformancePacksRequest)
Returns a list of one or more conformance packs.
|
default CompletableFuture<DescribeConformancePacksResponse> |
ConfigAsyncClient.describeConformancePacks(DescribeConformancePacksRequest describeConformancePacksRequest)
Returns a list of one or more conformance packs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeConformancePacksResponse> |
DescribeConformancePacksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConformancePacksPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeConformancePacksResponse> subscriber) |
Copyright © 2023. All rights reserved.