| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationConformancePack |
OrganizationConformancePack.clone() |
OrganizationConformancePack |
OrganizationConformancePack.withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
OrganizationConformancePack |
OrganizationConformancePack.withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
OrganizationConformancePack |
OrganizationConformancePack.withDeliveryS3Bucket(String deliveryS3Bucket)
Amazon S3 bucket where AWS Config stores conformance pack templates.
|
OrganizationConformancePack |
OrganizationConformancePack.withDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
Any folder structure you want to add to an Amazon S3 bucket.
|
OrganizationConformancePack |
OrganizationConformancePack.withExcludedAccounts(Collection<String> excludedAccounts)
A comma-separated list of accounts excluded from organization conformance pack.
|
OrganizationConformancePack |
OrganizationConformancePack.withExcludedAccounts(String... excludedAccounts)
A comma-separated list of accounts excluded from organization conformance pack.
|
OrganizationConformancePack |
OrganizationConformancePack.withLastUpdateTime(Date lastUpdateTime)
Last time when organization conformation pack was updated.
|
OrganizationConformancePack |
OrganizationConformancePack.withOrganizationConformancePackArn(String organizationConformancePackArn)
Amazon Resource Name (ARN) of organization conformance pack.
|
OrganizationConformancePack |
OrganizationConformancePack.withOrganizationConformancePackName(String organizationConformancePackName)
The name you assign to an organization conformance pack.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationConformancePack> |
DescribeOrganizationConformancePacksResult.getOrganizationConformancePacks()
Returns a list of OrganizationConformancePacks objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConformancePacksResult |
DescribeOrganizationConformancePacksResult.withOrganizationConformancePacks(OrganizationConformancePack... organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOrganizationConformancePacksResult.setOrganizationConformancePacks(Collection<OrganizationConformancePack> organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
|
DescribeOrganizationConformancePacksResult |
DescribeOrganizationConformancePacksResult.withOrganizationConformancePacks(Collection<OrganizationConformancePack> organizationConformancePacks)
Returns a list of OrganizationConformancePacks objects.
|
Copyright © 2021. All rights reserved.