| Package | Description |
|---|---|
| software.amazon.awssdk.services.config |
|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeOrganizationConformancePackStatusesRequest.Builder |
DescribeOrganizationConformancePackStatusesRequest.builder() |
DescribeOrganizationConformancePackStatusesRequest.Builder |
DescribeOrganizationConformancePackStatusesRequest.Builder.limit(Integer limit)
The maximum number of OrganizationConformancePackStatuses returned on each page.
|
DescribeOrganizationConformancePackStatusesRequest.Builder |
DescribeOrganizationConformancePackStatusesRequest.Builder.nextToken(String nextToken)
The nextToken string returned on a previous page that you use to get the next page of results in a paginated
response.
|
DescribeOrganizationConformancePackStatusesRequest.Builder |
DescribeOrganizationConformancePackStatusesRequest.Builder.organizationConformancePackNames(Collection<String> organizationConformancePackNames)
The names of organization conformance packs for which you want status details.
|
DescribeOrganizationConformancePackStatusesRequest.Builder |
DescribeOrganizationConformancePackStatusesRequest.Builder.organizationConformancePackNames(String... organizationConformancePackNames)
The names of organization conformance packs for which you want status details.
|
DescribeOrganizationConformancePackStatusesRequest.Builder |
DescribeOrganizationConformancePackStatusesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeOrganizationConformancePackStatusesRequest.Builder |
DescribeOrganizationConformancePackStatusesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeOrganizationConformancePackStatusesRequest.Builder |
DescribeOrganizationConformancePackStatusesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeOrganizationConformancePackStatusesRequest.Builder> |
DescribeOrganizationConformancePackStatusesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.