Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
ComplianceByResource |
ComplianceByResource.clone() |
ComplianceByResource |
ComplianceByResource.withCompliance(Compliance compliance)
Indicates whether the AWS resource complies with all of the AWS Config
rules that evaluated it.
|
ComplianceByResource |
ComplianceByResource.withResourceId(String resourceId)
The ID of the AWS resource that was evaluated.
|
ComplianceByResource |
ComplianceByResource.withResourceType(String resourceType)
The type of the AWS resource that was evaluated.
|
Modifier and Type | Method and Description |
---|---|
List<ComplianceByResource> |
DescribeComplianceByResourceResult.getComplianceByResources()
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
Modifier and Type | Method and Description |
---|---|
DescribeComplianceByResourceResult |
DescribeComplianceByResourceResult.withComplianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeComplianceByResourceResult.setComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
DescribeComplianceByResourceResult |
DescribeComplianceByResourceResult.withComplianceByResources(Collection<ComplianceByResource> complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS
Config rules that evaluate it.
|
Copyright © 2018. All rights reserved.