| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackStatusDetail |
ConformancePackStatusDetail.clone() |
ConformancePackStatusDetail |
ConformancePackStatusDetail.withConformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of comformance pack.
|
ConformancePackStatusDetail |
ConformancePackStatusDetail.withConformancePackId(String conformancePackId)
ID of the conformance pack.
|
ConformancePackStatusDetail |
ConformancePackStatusDetail.withConformancePackName(String conformancePackName)
Name of the conformance pack.
|
ConformancePackStatusDetail |
ConformancePackStatusDetail.withConformancePackState(ConformancePackState conformancePackState)
Indicates deployment status of conformance pack.
|
ConformancePackStatusDetail |
ConformancePackStatusDetail.withConformancePackState(String conformancePackState)
Indicates deployment status of conformance pack.
|
ConformancePackStatusDetail |
ConformancePackStatusDetail.withConformancePackStatusReason(String conformancePackStatusReason)
The reason of conformance pack creation failure.
|
ConformancePackStatusDetail |
ConformancePackStatusDetail.withLastUpdateCompletedTime(Date lastUpdateCompletedTime)
Last time when conformation pack creation and update was successful.
|
ConformancePackStatusDetail |
ConformancePackStatusDetail.withLastUpdateRequestedTime(Date lastUpdateRequestedTime)
Last time when conformation pack creation and update was requested.
|
ConformancePackStatusDetail |
ConformancePackStatusDetail.withStackArn(String stackArn)
Amazon Resource Name (ARN) of AWS CloudFormation stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConformancePackStatusDetail> |
DescribeConformancePackStatusResult.getConformancePackStatusDetails()
A list of
ConformancePackStatusDetail objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeConformancePackStatusResult |
DescribeConformancePackStatusResult.withConformancePackStatusDetails(ConformancePackStatusDetail... conformancePackStatusDetails)
A list of
ConformancePackStatusDetail objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConformancePackStatusResult.setConformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of
ConformancePackStatusDetail objects. |
DescribeConformancePackStatusResult |
DescribeConformancePackStatusResult.withConformancePackStatusDetails(Collection<ConformancePackStatusDetail> conformancePackStatusDetails)
A list of
ConformancePackStatusDetail objects. |
Copyright © 2021. All rights reserved.