| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
default ApplyArchiveRuleResponse |
AccessAnalyzerClient.applyArchiveRule(ApplyArchiveRuleRequest applyArchiveRuleRequest)
Retroactively applies the archive rule to existing findings that meet the archive rule criteria.
|
default ApplyArchiveRuleResponse |
AccessAnalyzerClient.applyArchiveRule(Consumer<ApplyArchiveRuleRequest.Builder> applyArchiveRuleRequest)
Retroactively applies the archive rule to existing findings that meet the archive rule criteria.
|
default CancelPolicyGenerationResponse |
AccessAnalyzerClient.cancelPolicyGeneration(CancelPolicyGenerationRequest cancelPolicyGenerationRequest)
Cancels the requested policy generation.
|
default CancelPolicyGenerationResponse |
AccessAnalyzerClient.cancelPolicyGeneration(Consumer<CancelPolicyGenerationRequest.Builder> cancelPolicyGenerationRequest)
Cancels the requested policy generation.
|
default CreateAccessPreviewResponse |
AccessAnalyzerClient.createAccessPreview(Consumer<CreateAccessPreviewRequest.Builder> createAccessPreviewRequest)
Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before
deploying resource permissions.
|
default CreateAccessPreviewResponse |
AccessAnalyzerClient.createAccessPreview(CreateAccessPreviewRequest createAccessPreviewRequest)
Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before
deploying resource permissions.
|
default CreateAnalyzerResponse |
AccessAnalyzerClient.createAnalyzer(Consumer<CreateAnalyzerRequest.Builder> createAnalyzerRequest)
Creates an analyzer for your account.
|
default CreateAnalyzerResponse |
AccessAnalyzerClient.createAnalyzer(CreateAnalyzerRequest createAnalyzerRequest)
Creates an analyzer for your account.
|
default CreateArchiveRuleResponse |
AccessAnalyzerClient.createArchiveRule(Consumer<CreateArchiveRuleRequest.Builder> createArchiveRuleRequest)
Creates an archive rule for the specified analyzer.
|
default CreateArchiveRuleResponse |
AccessAnalyzerClient.createArchiveRule(CreateArchiveRuleRequest createArchiveRuleRequest)
Creates an archive rule for the specified analyzer.
|
default DeleteAnalyzerResponse |
AccessAnalyzerClient.deleteAnalyzer(Consumer<DeleteAnalyzerRequest.Builder> deleteAnalyzerRequest)
Deletes the specified analyzer.
|
default DeleteAnalyzerResponse |
AccessAnalyzerClient.deleteAnalyzer(DeleteAnalyzerRequest deleteAnalyzerRequest)
Deletes the specified analyzer.
|
default DeleteArchiveRuleResponse |
AccessAnalyzerClient.deleteArchiveRule(Consumer<DeleteArchiveRuleRequest.Builder> deleteArchiveRuleRequest)
Deletes the specified archive rule.
|
default DeleteArchiveRuleResponse |
AccessAnalyzerClient.deleteArchiveRule(DeleteArchiveRuleRequest deleteArchiveRuleRequest)
Deletes the specified archive rule.
|
default GetAccessPreviewResponse |
AccessAnalyzerClient.getAccessPreview(Consumer<GetAccessPreviewRequest.Builder> getAccessPreviewRequest)
Retrieves information about an access preview for the specified analyzer.
|
default GetAccessPreviewResponse |
AccessAnalyzerClient.getAccessPreview(GetAccessPreviewRequest getAccessPreviewRequest)
Retrieves information about an access preview for the specified analyzer.
|
default GetAnalyzedResourceResponse |
AccessAnalyzerClient.getAnalyzedResource(Consumer<GetAnalyzedResourceRequest.Builder> getAnalyzedResourceRequest)
Retrieves information about a resource that was analyzed.
|
default GetAnalyzedResourceResponse |
AccessAnalyzerClient.getAnalyzedResource(GetAnalyzedResourceRequest getAnalyzedResourceRequest)
Retrieves information about a resource that was analyzed.
|
default GetAnalyzerResponse |
AccessAnalyzerClient.getAnalyzer(Consumer<GetAnalyzerRequest.Builder> getAnalyzerRequest)
Retrieves information about the specified analyzer.
|
default GetAnalyzerResponse |
AccessAnalyzerClient.getAnalyzer(GetAnalyzerRequest getAnalyzerRequest)
Retrieves information about the specified analyzer.
|
default GetArchiveRuleResponse |
AccessAnalyzerClient.getArchiveRule(Consumer<GetArchiveRuleRequest.Builder> getArchiveRuleRequest)
Retrieves information about an archive rule.
|
default GetArchiveRuleResponse |
AccessAnalyzerClient.getArchiveRule(GetArchiveRuleRequest getArchiveRuleRequest)
Retrieves information about an archive rule.
|
default GetFindingResponse |
AccessAnalyzerClient.getFinding(Consumer<GetFindingRequest.Builder> getFindingRequest)
Retrieves information about the specified finding.
|
default GetFindingResponse |
AccessAnalyzerClient.getFinding(GetFindingRequest getFindingRequest)
Retrieves information about the specified finding.
|
default GetGeneratedPolicyResponse |
AccessAnalyzerClient.getGeneratedPolicy(Consumer<GetGeneratedPolicyRequest.Builder> getGeneratedPolicyRequest)
Retrieves the policy that was generated using
StartPolicyGeneration. |
default GetGeneratedPolicyResponse |
AccessAnalyzerClient.getGeneratedPolicy(GetGeneratedPolicyRequest getGeneratedPolicyRequest)
Retrieves the policy that was generated using
StartPolicyGeneration. |
default ListAccessPreviewFindingsResponse |
AccessAnalyzerClient.listAccessPreviewFindings(Consumer<ListAccessPreviewFindingsRequest.Builder> listAccessPreviewFindingsRequest)
Retrieves a list of access preview findings generated by the specified access preview.
|
default ListAccessPreviewFindingsResponse |
AccessAnalyzerClient.listAccessPreviewFindings(ListAccessPreviewFindingsRequest listAccessPreviewFindingsRequest)
Retrieves a list of access preview findings generated by the specified access preview.
|
default ListAccessPreviewFindingsIterable |
AccessAnalyzerClient.listAccessPreviewFindingsPaginator(Consumer<ListAccessPreviewFindingsRequest.Builder> listAccessPreviewFindingsRequest)
Retrieves a list of access preview findings generated by the specified access preview.
|
default ListAccessPreviewFindingsIterable |
AccessAnalyzerClient.listAccessPreviewFindingsPaginator(ListAccessPreviewFindingsRequest listAccessPreviewFindingsRequest)
Retrieves a list of access preview findings generated by the specified access preview.
|
default ListAccessPreviewsResponse |
AccessAnalyzerClient.listAccessPreviews(Consumer<ListAccessPreviewsRequest.Builder> listAccessPreviewsRequest)
Retrieves a list of access previews for the specified analyzer.
|
default ListAccessPreviewsResponse |
AccessAnalyzerClient.listAccessPreviews(ListAccessPreviewsRequest listAccessPreviewsRequest)
Retrieves a list of access previews for the specified analyzer.
|
default ListAccessPreviewsIterable |
AccessAnalyzerClient.listAccessPreviewsPaginator(Consumer<ListAccessPreviewsRequest.Builder> listAccessPreviewsRequest)
Retrieves a list of access previews for the specified analyzer.
|
default ListAccessPreviewsIterable |
AccessAnalyzerClient.listAccessPreviewsPaginator(ListAccessPreviewsRequest listAccessPreviewsRequest)
Retrieves a list of access previews for the specified analyzer.
|
default ListAnalyzedResourcesResponse |
AccessAnalyzerClient.listAnalyzedResources(Consumer<ListAnalyzedResourcesRequest.Builder> listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
default ListAnalyzedResourcesResponse |
AccessAnalyzerClient.listAnalyzedResources(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
default ListAnalyzedResourcesIterable |
AccessAnalyzerClient.listAnalyzedResourcesPaginator(Consumer<ListAnalyzedResourcesRequest.Builder> listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
default ListAnalyzedResourcesIterable |
AccessAnalyzerClient.listAnalyzedResourcesPaginator(ListAnalyzedResourcesRequest listAnalyzedResourcesRequest)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
default ListAnalyzersResponse |
AccessAnalyzerClient.listAnalyzers(Consumer<ListAnalyzersRequest.Builder> listAnalyzersRequest)
Retrieves a list of analyzers.
|
default ListAnalyzersResponse |
AccessAnalyzerClient.listAnalyzers(ListAnalyzersRequest listAnalyzersRequest)
Retrieves a list of analyzers.
|
default ListAnalyzersIterable |
AccessAnalyzerClient.listAnalyzersPaginator(Consumer<ListAnalyzersRequest.Builder> listAnalyzersRequest)
Retrieves a list of analyzers.
|
default ListAnalyzersIterable |
AccessAnalyzerClient.listAnalyzersPaginator(ListAnalyzersRequest listAnalyzersRequest)
Retrieves a list of analyzers.
|
default ListArchiveRulesResponse |
AccessAnalyzerClient.listArchiveRules(Consumer<ListArchiveRulesRequest.Builder> listArchiveRulesRequest)
Retrieves a list of archive rules created for the specified analyzer.
|
default ListArchiveRulesResponse |
AccessAnalyzerClient.listArchiveRules(ListArchiveRulesRequest listArchiveRulesRequest)
Retrieves a list of archive rules created for the specified analyzer.
|
default ListArchiveRulesIterable |
AccessAnalyzerClient.listArchiveRulesPaginator(Consumer<ListArchiveRulesRequest.Builder> listArchiveRulesRequest)
Retrieves a list of archive rules created for the specified analyzer.
|
default ListArchiveRulesIterable |
AccessAnalyzerClient.listArchiveRulesPaginator(ListArchiveRulesRequest listArchiveRulesRequest)
Retrieves a list of archive rules created for the specified analyzer.
|
default ListFindingsResponse |
AccessAnalyzerClient.listFindings(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default ListFindingsResponse |
AccessAnalyzerClient.listFindings(ListFindingsRequest listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default ListFindingsIterable |
AccessAnalyzerClient.listFindingsPaginator(Consumer<ListFindingsRequest.Builder> listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default ListFindingsIterable |
AccessAnalyzerClient.listFindingsPaginator(ListFindingsRequest listFindingsRequest)
Retrieves a list of findings generated by the specified analyzer.
|
default ListPolicyGenerationsResponse |
AccessAnalyzerClient.listPolicyGenerations(Consumer<ListPolicyGenerationsRequest.Builder> listPolicyGenerationsRequest)
Lists all of the policy generations requested in the last seven days.
|
default ListPolicyGenerationsResponse |
AccessAnalyzerClient.listPolicyGenerations(ListPolicyGenerationsRequest listPolicyGenerationsRequest)
Lists all of the policy generations requested in the last seven days.
|
default ListPolicyGenerationsIterable |
AccessAnalyzerClient.listPolicyGenerationsPaginator(Consumer<ListPolicyGenerationsRequest.Builder> listPolicyGenerationsRequest)
Lists all of the policy generations requested in the last seven days.
|
default ListPolicyGenerationsIterable |
AccessAnalyzerClient.listPolicyGenerationsPaginator(ListPolicyGenerationsRequest listPolicyGenerationsRequest)
Lists all of the policy generations requested in the last seven days.
|
default ListTagsForResourceResponse |
AccessAnalyzerClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves a list of tags applied to the specified resource.
|
default ListTagsForResourceResponse |
AccessAnalyzerClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves a list of tags applied to the specified resource.
|
default StartPolicyGenerationResponse |
AccessAnalyzerClient.startPolicyGeneration(Consumer<StartPolicyGenerationRequest.Builder> startPolicyGenerationRequest)
Starts the policy generation request.
|
default StartPolicyGenerationResponse |
AccessAnalyzerClient.startPolicyGeneration(StartPolicyGenerationRequest startPolicyGenerationRequest)
Starts the policy generation request.
|
default StartResourceScanResponse |
AccessAnalyzerClient.startResourceScan(Consumer<StartResourceScanRequest.Builder> startResourceScanRequest)
Immediately starts a scan of the policies applied to the specified resource.
|
default StartResourceScanResponse |
AccessAnalyzerClient.startResourceScan(StartResourceScanRequest startResourceScanRequest)
Immediately starts a scan of the policies applied to the specified resource.
|
default TagResourceResponse |
AccessAnalyzerClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds a tag to the specified resource.
|
default TagResourceResponse |
AccessAnalyzerClient.tagResource(TagResourceRequest tagResourceRequest)
Adds a tag to the specified resource.
|
default UntagResourceResponse |
AccessAnalyzerClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag from the specified resource.
|
default UntagResourceResponse |
AccessAnalyzerClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from the specified resource.
|
default UpdateArchiveRuleResponse |
AccessAnalyzerClient.updateArchiveRule(Consumer<UpdateArchiveRuleRequest.Builder> updateArchiveRuleRequest)
Updates the criteria and values for the specified archive rule.
|
default UpdateArchiveRuleResponse |
AccessAnalyzerClient.updateArchiveRule(UpdateArchiveRuleRequest updateArchiveRuleRequest)
Updates the criteria and values for the specified archive rule.
|
default UpdateFindingsResponse |
AccessAnalyzerClient.updateFindings(Consumer<UpdateFindingsRequest.Builder> updateFindingsRequest)
Updates the status for the specified findings.
|
default UpdateFindingsResponse |
AccessAnalyzerClient.updateFindings(UpdateFindingsRequest updateFindingsRequest)
Updates the status for the specified findings.
|
default ValidatePolicyResponse |
AccessAnalyzerClient.validatePolicy(Consumer<ValidatePolicyRequest.Builder> validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
default ValidatePolicyResponse |
AccessAnalyzerClient.validatePolicy(ValidatePolicyRequest validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
default ValidatePolicyIterable |
AccessAnalyzerClient.validatePolicyPaginator(Consumer<ValidatePolicyRequest.Builder> validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
default ValidatePolicyIterable |
AccessAnalyzerClient.validatePolicyPaginator(ValidatePolicyRequest validatePolicyRequest)
Requests the validation of a policy and returns a list of findings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
ConflictException
A conflict exception error.
|
class |
InternalServerException
Internal server error.
|
class |
ResourceNotFoundException
The specified resource could not be found.
|
class |
ServiceQuotaExceededException
Service quote met error.
|
class |
ThrottlingException
Throttling limit exceeded error.
|
class |
ValidationException
Validation exception error.
|
| Modifier and Type | Method and Description |
|---|---|
AccessAnalyzerException |
AccessAnalyzerException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(AccessAnalyzerException ex) |
Copyright © 2022. All rights reserved.