| Package | Description |
|---|---|
| software.amazon.awssdk.services.config.model | |
| software.amazon.awssdk.services.config.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ComplianceByResource> |
DescribeComplianceByResourceResponse.complianceByResources()
Indicates whether the specified AWS resource complies with all of the AWS Config rules that evaluate it.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeComplianceByResourceResponse.Builder |
DescribeComplianceByResourceResponse.Builder.complianceByResources(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 |
|---|---|
DescribeComplianceByResourceResponse.Builder |
DescribeComplianceByResourceResponse.Builder.complianceByResources(Collection<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 |
|---|---|
SdkIterable<ComplianceByResource> |
DescribeComplianceByResourceIterable.complianceByResources()
Returns an iterable to iterate through the paginated
DescribeComplianceByResourceResponse.complianceByResources() member. |
SdkPublisher<ComplianceByResource> |
DescribeComplianceByResourcePublisher.complianceByResources()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.