| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeConformancePackStatusResponse |
ConfigClient.describeConformancePackStatus(Consumer<DescribeConformancePackStatusRequest.Builder> describeConformancePackStatusRequest)
Provides one or more conformance packs deployment status.
|
default DescribeConformancePackStatusResponse |
ConfigClient.describeConformancePackStatus(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)
Provides one or more conformance packs deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeConformancePackStatusResponse> |
ConfigAsyncClient.describeConformancePackStatus(Consumer<DescribeConformancePackStatusRequest.Builder> describeConformancePackStatusRequest)
Provides one or more conformance packs deployment status.
|
default CompletableFuture<DescribeConformancePackStatusResponse> |
ConfigAsyncClient.describeConformancePackStatus(DescribeConformancePackStatusRequest describeConformancePackStatusRequest)
Provides one or more conformance packs deployment status.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeConformancePackStatusResponse> |
DescribeConformancePackStatusIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConformancePackStatusPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeConformancePackStatusResponse> subscriber) |
Copyright © 2023. All rights reserved.