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