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