Uses of Class
software.amazon.awssdk.services.config.model.ComplianceByResource
-
Packages that use ComplianceByResource Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of ComplianceByResource in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ComplianceByResource Modifier and Type Method Description List<ComplianceByResource>DescribeComplianceByResourceResponse. complianceByResources()Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.Methods in software.amazon.awssdk.services.config.model with parameters of type ComplianceByResource Modifier and Type Method Description DescribeComplianceByResourceResponse.BuilderDescribeComplianceByResourceResponse.Builder. complianceByResources(ComplianceByResource... complianceByResources)Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type ComplianceByResource Modifier and Type Method Description DescribeComplianceByResourceResponse.BuilderDescribeComplianceByResourceResponse.Builder. complianceByResources(Collection<ComplianceByResource> complianceByResources)Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it. -
Uses of ComplianceByResource in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type ComplianceByResource Modifier and Type Method Description SdkIterable<ComplianceByResource>DescribeComplianceByResourceIterable. complianceByResources()Returns an iterable to iterate through the paginatedDescribeComplianceByResourceResponse.complianceByResources()member.SdkPublisher<ComplianceByResource>DescribeComplianceByResourcePublisher. complianceByResources()Returns a publisher that can be used to get a stream of data.
-