| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer |
AWS IAM Access Analyzer helps identify potential resource-access risks by enabling you to identify any policies that
grant access to an external principal.
|
| 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 CreateAccessPreviewResponse |
AccessAnalyzerClient.createAccessPreview(Consumer<CreateAccessPreviewRequest.Builder> createAccessPreviewRequest)
Creates an access preview that allows you to preview 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 Access Analyzer findings for your resource before deploying
resource permissions.
|
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 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 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 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 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.
|
Copyright © 2021. All rights reserved.