Uses of Class
com.amazonaws.services.config.model.ComplianceByResource
-
Packages that use ComplianceByResource Package Description com.amazonaws.services.config.model -
-
Uses of ComplianceByResource in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ComplianceByResource Modifier and Type Method 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.Methods in com.amazonaws.services.config.model that return types with arguments of type ComplianceByResource Modifier and Type Method Description List<ComplianceByResource>
DescribeComplianceByResourceResult. getComplianceByResources()
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.Methods in com.amazonaws.services.config.model with parameters of type ComplianceByResource Modifier and Type Method Description DescribeComplianceByResourceResult
DescribeComplianceByResourceResult. withComplianceByResources(ComplianceByResource... complianceByResources)
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.Method parameters in com.amazonaws.services.config.model with type arguments of type ComplianceByResource Modifier and Type Method 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.
-