| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer |
Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to
identify any policies that grant access to an external principal.
|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
ValidatePolicyResult |
AbstractAWSAccessAnalyzer.validatePolicy(ValidatePolicyRequest request) |
ValidatePolicyResult |
AWSAccessAnalyzerClient.validatePolicy(ValidatePolicyRequest request)
Requests the validation of a policy and returns a list of findings.
|
ValidatePolicyResult |
AWSAccessAnalyzer.validatePolicy(ValidatePolicyRequest validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
Future<ValidatePolicyResult> |
AWSAccessAnalyzerAsyncClient.validatePolicyAsync(ValidatePolicyRequest request) |
Future<ValidatePolicyResult> |
AbstractAWSAccessAnalyzerAsync.validatePolicyAsync(ValidatePolicyRequest request) |
Future<ValidatePolicyResult> |
AWSAccessAnalyzerAsync.validatePolicyAsync(ValidatePolicyRequest validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
Future<ValidatePolicyResult> |
AWSAccessAnalyzerAsyncClient.validatePolicyAsync(ValidatePolicyRequest request,
AsyncHandler<ValidatePolicyRequest,ValidatePolicyResult> asyncHandler) |
Future<ValidatePolicyResult> |
AbstractAWSAccessAnalyzerAsync.validatePolicyAsync(ValidatePolicyRequest request,
AsyncHandler<ValidatePolicyRequest,ValidatePolicyResult> asyncHandler) |
Future<ValidatePolicyResult> |
AWSAccessAnalyzerAsync.validatePolicyAsync(ValidatePolicyRequest validatePolicyRequest,
AsyncHandler<ValidatePolicyRequest,ValidatePolicyResult> asyncHandler)
Requests the validation of a policy and returns a list of findings.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ValidatePolicyResult> |
AWSAccessAnalyzerAsyncClient.validatePolicyAsync(ValidatePolicyRequest request,
AsyncHandler<ValidatePolicyRequest,ValidatePolicyResult> asyncHandler) |
Future<ValidatePolicyResult> |
AbstractAWSAccessAnalyzerAsync.validatePolicyAsync(ValidatePolicyRequest request,
AsyncHandler<ValidatePolicyRequest,ValidatePolicyResult> asyncHandler) |
Future<ValidatePolicyResult> |
AWSAccessAnalyzerAsync.validatePolicyAsync(ValidatePolicyRequest validatePolicyRequest,
AsyncHandler<ValidatePolicyRequest,ValidatePolicyResult> asyncHandler)
Requests the validation of a policy and returns a list of findings.
|
| Modifier and Type | Method and Description |
|---|---|
ValidatePolicyRequest |
ValidatePolicyRequest.clone() |
ValidatePolicyRequest |
ValidatePolicyRequest.withLocale(Locale locale)
The locale to use for localizing the findings.
|
ValidatePolicyRequest |
ValidatePolicyRequest.withLocale(String locale)
The locale to use for localizing the findings.
|
ValidatePolicyRequest |
ValidatePolicyRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ValidatePolicyRequest |
ValidatePolicyRequest.withNextToken(String nextToken)
A token used for pagination of results returned.
|
ValidatePolicyRequest |
ValidatePolicyRequest.withPolicyDocument(String policyDocument)
The JSON policy document to use as the content for the policy.
|
ValidatePolicyRequest |
ValidatePolicyRequest.withPolicyType(PolicyType policyType)
The type of policy to validate.
|
ValidatePolicyRequest |
ValidatePolicyRequest.withPolicyType(String policyType)
The type of policy to validate.
|
ValidatePolicyRequest |
ValidatePolicyRequest.withValidatePolicyResourceType(String validatePolicyResourceType)
The type of resource to attach to your resource policy.
|
ValidatePolicyRequest |
ValidatePolicyRequest.withValidatePolicyResourceType(ValidatePolicyResourceType validatePolicyResourceType)
The type of resource to attach to your resource policy.
|
Copyright © 2023. All rights reserved.