| 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)
The Amazon Web Services service that created the conformance pack.
|
ConformancePackDetail |
ConformancePackDetail.withDeliveryS3Bucket(String deliveryS3Bucket)
The name of the Amazon S3 bucket where Config stores conformance pack templates.
|
ConformancePackDetail |
ConformancePackDetail.withDeliveryS3KeyPrefix(String deliveryS3KeyPrefix)
The prefix for the Amazon S3 bucket.
|
ConformancePackDetail |
ConformancePackDetail.withLastUpdateRequestedTime(Date lastUpdateRequestedTime)
The last time a conformation pack update was requested.
|
ConformancePackDetail |
ConformancePackDetail.withTemplateSSMDocumentDetails(TemplateSSMDocumentDetails templateSSMDocumentDetails)
An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager
document (SSM document) and the version of the SSM document that is used to create a conformance pack.
|
| 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 © 2024. All rights reserved.