| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeOrganizationConformancePacksResponse |
ConfigClient.describeOrganizationConformancePacks(Consumer<DescribeOrganizationConformancePacksRequest.Builder> describeOrganizationConformancePacksRequest)
Returns a list of organization conformance packs.
|
default DescribeOrganizationConformancePacksResponse |
ConfigClient.describeOrganizationConformancePacks(DescribeOrganizationConformancePacksRequest describeOrganizationConformancePacksRequest)
Returns a list of organization conformance packs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeOrganizationConformancePacksResponse> |
ConfigAsyncClient.describeOrganizationConformancePacks(Consumer<DescribeOrganizationConformancePacksRequest.Builder> describeOrganizationConformancePacksRequest)
Returns a list of organization conformance packs.
|
default CompletableFuture<DescribeOrganizationConformancePacksResponse> |
ConfigAsyncClient.describeOrganizationConformancePacks(DescribeOrganizationConformancePacksRequest describeOrganizationConformancePacksRequest)
Returns a list of organization conformance packs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeOrganizationConformancePacksResponse> |
DescribeOrganizationConformancePacksIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOrganizationConformancePacksPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeOrganizationConformancePacksResponse> subscriber) |
Copyright © 2023. All rights reserved.