| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model | |
| software.amazon.awssdk.services.accessanalyzer.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ValidatePolicyFinding> |
ValidatePolicyResponse.findings()
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatePolicyResponse.Builder |
ValidatePolicyResponse.Builder.findings(ValidatePolicyFinding... findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatePolicyResponse.Builder |
ValidatePolicyResponse.Builder.findings(Collection<ValidatePolicyFinding> findings)
The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ValidatePolicyFinding> |
ValidatePolicyPublisher.findings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ValidatePolicyFinding> |
ValidatePolicyIterable.findings()
Returns an iterable to iterate through the paginated
ValidatePolicyResponse.findings() member. |
Copyright © 2021. All rights reserved.