| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeOrganizationConformancePackStatusesResponse.Builder |
DescribeOrganizationConformancePackStatusesResponse.builder() |
DescribeOrganizationConformancePackStatusesResponse.Builder |
DescribeOrganizationConformancePackStatusesResponse.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.
|
DescribeOrganizationConformancePackStatusesResponse.Builder |
DescribeOrganizationConformancePackStatusesResponse.Builder.organizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
DescribeOrganizationConformancePackStatusesResponse.Builder |
DescribeOrganizationConformancePackStatusesResponse.Builder.organizationConformancePackStatuses(Consumer<OrganizationConformancePackStatus.Builder>... organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
DescribeOrganizationConformancePackStatusesResponse.Builder |
DescribeOrganizationConformancePackStatusesResponse.Builder.organizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
DescribeOrganizationConformancePackStatusesResponse.Builder |
DescribeOrganizationConformancePackStatusesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeOrganizationConformancePackStatusesResponse.Builder> |
DescribeOrganizationConformancePackStatusesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.