Uses of Class
com.amazonaws.services.config.model.ComplianceByResource
Packages that use ComplianceByResource
-
Uses of ComplianceByResource in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ComplianceByResourceModifier and TypeMethodDescriptionComplianceByResource.clone()ComplianceByResource.withCompliance(Compliance compliance) Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.ComplianceByResource.withResourceId(String resourceId) The ID of the AWS resource that was evaluated.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 ComplianceByResourceModifier and TypeMethodDescriptionDescribeComplianceByResourceResult.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 ComplianceByResourceModifier and TypeMethodDescriptionDescribeComplianceByResourceResult.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 ComplianceByResourceModifier and TypeMethodDescriptionvoidDescribeComplianceByResourceResult.setComplianceByResources(Collection<ComplianceByResource> complianceByResources) Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.DescribeComplianceByResourceResult.withComplianceByResources(Collection<ComplianceByResource> complianceByResources) Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.