| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
OrganizationConformancePackStatus |
OrganizationConformancePackStatus.clone() |
OrganizationConformancePackStatus |
OrganizationConformancePackStatus.withErrorCode(String errorCode)
An error code that is returned when organization conformance pack creation or deletion has failed in a member
account.
|
OrganizationConformancePackStatus |
OrganizationConformancePackStatus.withErrorMessage(String errorMessage)
An error message indicating that organization conformance pack creation or deletion failed due to an error.
|
OrganizationConformancePackStatus |
OrganizationConformancePackStatus.withLastUpdateTime(Date lastUpdateTime)
The timestamp of the last update.
|
OrganizationConformancePackStatus |
OrganizationConformancePackStatus.withOrganizationConformancePackName(String organizationConformancePackName)
The name that you assign to organization conformance pack.
|
OrganizationConformancePackStatus |
OrganizationConformancePackStatus.withStatus(OrganizationResourceStatus status)
Indicates deployment status of an organization conformance pack.
|
OrganizationConformancePackStatus |
OrganizationConformancePackStatus.withStatus(String status)
Indicates deployment status of an organization conformance pack.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationConformancePackStatus> |
DescribeOrganizationConformancePackStatusesResult.getOrganizationConformancePackStatuses()
A list of
OrganizationConformancePackStatus objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConformancePackStatusesResult |
DescribeOrganizationConformancePackStatusesResult.withOrganizationConformancePackStatuses(OrganizationConformancePackStatus... organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOrganizationConformancePackStatusesResult.setOrganizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
DescribeOrganizationConformancePackStatusesResult |
DescribeOrganizationConformancePackStatusesResult.withOrganizationConformancePackStatuses(Collection<OrganizationConformancePackStatus> organizationConformancePackStatuses)
A list of
OrganizationConformancePackStatus objects. |
Copyright © 2019. All rights reserved.