| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ConformancePackDetail |
ConformancePackDetail.clone() |
ConformancePackDetail |
ConformancePackDetail.withConformancePackArn(String conformancePackArn)
Amazon Resource Name (ARN) of the conformance pack.
|
ConformancePackDetail |
ConformancePackDetail.withConformancePackId(String conformancePackId)
ID of the conformance pack.
|
ConformancePackDetail |
ConformancePackDetail.withConformancePackInputParameters(Collection<ConformancePackInputParameter> conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
ConformancePackDetail |
ConformancePackDetail.withConformancePackInputParameters(ConformancePackInputParameter... conformancePackInputParameters)
A list of
ConformancePackInputParameter objects. |
ConformancePackDetail |
ConformancePackDetail.withConformancePackName(String conformancePackName)
Name of the conformance pack.
|
ConformancePackDetail |
ConformancePackDetail.withCreatedBy(String createdBy)
AWS service that created the conformance pack.
|
ConformancePackDetail |
ConformancePackDetail.withDeliveryS3Bucket(String deliveryS3Bucket)
Conformance pack template that is used to create a pack.
|
ConformancePackDetail |
ConformancePackDetail.withDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
ConformancePackDetail |
ConformancePackDetail.withLastUpdateRequestedTime(Date lastUpdateRequestedTime)
Last time when conformation pack update was requested.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConformancePackDetail> |
DescribeConformancePacksResult.getConformancePackDetails()
Returns a list of
ConformancePackDetail objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeConformancePacksResult |
DescribeConformancePacksResult.withConformancePackDetails(ConformancePackDetail... conformancePackDetails)
Returns a list of
ConformancePackDetail objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConformancePacksResult.setConformancePackDetails(Collection<ConformancePackDetail> conformancePackDetails)
Returns a list of
ConformancePackDetail objects. |
DescribeConformancePacksResult |
DescribeConformancePacksResult.withConformancePackDetails(Collection<ConformancePackDetail> conformancePackDetails)
Returns a list of
ConformancePackDetail objects. |
Copyright © 2020. All rights reserved.