Uses of Class
com.amazonaws.services.config.model.DescribeComplianceByResourceResult
Packages that use DescribeComplianceByResourceResult
-
Uses of DescribeComplianceByResourceResult in com.amazonaws.services.config
Methods in com.amazonaws.services.config that return DescribeComplianceByResourceResultModifier and TypeMethodDescriptionAbstractAmazonConfig.describeComplianceByResource()
AbstractAmazonConfig.describeComplianceByResource
(DescribeComplianceByResourceRequest request) AmazonConfig.describeComplianceByResource()
Simplified method form for invoking the DescribeComplianceByResource operation.AmazonConfig.describeComplianceByResource
(DescribeComplianceByResourceRequest describeComplianceByResourceRequest) Indicates whether the specified AWS resources are compliant.AmazonConfigClient.describeComplianceByResource()
AmazonConfigClient.describeComplianceByResource
(DescribeComplianceByResourceRequest describeComplianceByResourceRequest) Indicates whether the specified AWS resources are compliant.Methods in com.amazonaws.services.config that return types with arguments of type DescribeComplianceByResourceResultModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.describeComplianceByResourceAsync()
Simplified method form for invoking the DescribeComplianceByResource operation.AbstractAmazonConfigAsync.describeComplianceByResourceAsync
(AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Simplified method form for invoking the DescribeComplianceByResource operation with an AsyncHandler.AbstractAmazonConfigAsync.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest request) AbstractAmazonConfigAsync.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest request, AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) AmazonConfigAsync.describeComplianceByResourceAsync()
Simplified method form for invoking the DescribeComplianceByResource operation.AmazonConfigAsync.describeComplianceByResourceAsync
(AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Simplified method form for invoking the DescribeComplianceByResource operation with an AsyncHandler.AmazonConfigAsync.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest describeComplianceByResourceRequest) Indicates whether the specified AWS resources are compliant.AmazonConfigAsync.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest describeComplianceByResourceRequest, AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Indicates whether the specified AWS resources are compliant.AmazonConfigAsyncClient.describeComplianceByResourceAsync()
Simplified method form for invoking the DescribeComplianceByResource operation.AmazonConfigAsyncClient.describeComplianceByResourceAsync
(AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Simplified method form for invoking the DescribeComplianceByResource operation with an AsyncHandler.AmazonConfigAsyncClient.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest request) AmazonConfigAsyncClient.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest request, AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type DescribeComplianceByResourceResultModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.describeComplianceByResourceAsync
(AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Simplified method form for invoking the DescribeComplianceByResource operation with an AsyncHandler.AbstractAmazonConfigAsync.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest request, AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) AmazonConfigAsync.describeComplianceByResourceAsync
(AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Simplified method form for invoking the DescribeComplianceByResource operation with an AsyncHandler.AmazonConfigAsync.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest describeComplianceByResourceRequest, AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Indicates whether the specified AWS resources are compliant.AmazonConfigAsyncClient.describeComplianceByResourceAsync
(AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) Simplified method form for invoking the DescribeComplianceByResource operation with an AsyncHandler.AmazonConfigAsyncClient.describeComplianceByResourceAsync
(DescribeComplianceByResourceRequest request, AsyncHandler<DescribeComplianceByResourceRequest, DescribeComplianceByResourceResult> asyncHandler) -
Uses of DescribeComplianceByResourceResult in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DescribeComplianceByResourceResultModifier and TypeMethodDescriptionDescribeComplianceByResourceResult.clone()
DescribeComplianceByResourceResult.withComplianceByResources
(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.DescribeComplianceByResourceResult.withNextToken
(String nextToken) The string that you use in a subsequent request to get the next page of results in a paginated response.