@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSAccessAnalyzer extends Object implements AWSAccessAnalyzer
AWSAccessAnalyzer
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CreateAnalyzerResult |
createAnalyzer(CreateAnalyzerRequest request)
Creates an analyzer for your account.
|
CreateArchiveRuleResult |
createArchiveRule(CreateArchiveRuleRequest request)
Creates an archive rule for the specified analyzer.
|
DeleteAnalyzerResult |
deleteAnalyzer(DeleteAnalyzerRequest request)
Deletes the specified analyzer.
|
DeleteArchiveRuleResult |
deleteArchiveRule(DeleteArchiveRuleRequest request)
Deletes the specified archive rule.
|
GetAnalyzedResourceResult |
getAnalyzedResource(GetAnalyzedResourceRequest request)
Retrieves information about a resource that was analyzed.
|
GetAnalyzerResult |
getAnalyzer(GetAnalyzerRequest request)
Retrieves information about the specified analyzer.
|
GetArchiveRuleResult |
getArchiveRule(GetArchiveRuleRequest request)
Retrieves information about an archive rule.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetFindingResult |
getFinding(GetFindingRequest request)
Retrieves information about the specified finding.
|
ListAnalyzedResourcesResult |
listAnalyzedResources(ListAnalyzedResourcesRequest request)
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
|
ListAnalyzersResult |
listAnalyzers(ListAnalyzersRequest request)
Retrieves a list of analyzers.
|
ListArchiveRulesResult |
listArchiveRules(ListArchiveRulesRequest request)
Retrieves a list of archive rules created for the specified analyzer.
|
ListFindingsResult |
listFindings(ListFindingsRequest request)
Retrieves a list of findings generated by the specified analyzer.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Retrieves a list of tags applied to the specified resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartResourceScanResult |
startResourceScan(StartResourceScanRequest request)
Immediately starts a scan of the policies applied to the specified resource.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds a tag to the specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes a tag from the specified resource.
|
UpdateArchiveRuleResult |
updateArchiveRule(UpdateArchiveRuleRequest request)
Updates the criteria and values for the specified archive rule.
|
UpdateFindingsResult |
updateFindings(UpdateFindingsRequest request)
Updates the status for the specified findings.
|
public CreateAnalyzerResult createAnalyzer(CreateAnalyzerRequest request)
AWSAccessAnalyzer
Creates an analyzer for your account.
createAnalyzer
in interface AWSAccessAnalyzer
request
- Creates an analyzer.public CreateArchiveRuleResult createArchiveRule(CreateArchiveRuleRequest request)
AWSAccessAnalyzer
Creates an archive rule for the specified analyzer. Archive rules automatically archive findings that meet the criteria you define when you create the rule.
createArchiveRule
in interface AWSAccessAnalyzer
request
- Creates an archive rule.public DeleteAnalyzerResult deleteAnalyzer(DeleteAnalyzerRequest request)
AWSAccessAnalyzer
Deletes the specified analyzer. When you delete an analyzer, Access Analyzer is disabled for the account in the current or specific Region. All findings that were generated by the analyzer are deleted. You cannot undo this action.
deleteAnalyzer
in interface AWSAccessAnalyzer
request
- Deletes an analyzer.public DeleteArchiveRuleResult deleteArchiveRule(DeleteArchiveRuleRequest request)
AWSAccessAnalyzer
Deletes the specified archive rule.
deleteArchiveRule
in interface AWSAccessAnalyzer
request
- Deletes an archive rule.public GetAnalyzedResourceResult getAnalyzedResource(GetAnalyzedResourceRequest request)
AWSAccessAnalyzer
Retrieves information about a resource that was analyzed.
getAnalyzedResource
in interface AWSAccessAnalyzer
request
- Retrieves an analyzed resource.public GetAnalyzerResult getAnalyzer(GetAnalyzerRequest request)
AWSAccessAnalyzer
Retrieves information about the specified analyzer.
getAnalyzer
in interface AWSAccessAnalyzer
request
- Retrieves an analyzer.public GetArchiveRuleResult getArchiveRule(GetArchiveRuleRequest request)
AWSAccessAnalyzer
Retrieves information about an archive rule.
getArchiveRule
in interface AWSAccessAnalyzer
request
- Retrieves an archive rule.public GetFindingResult getFinding(GetFindingRequest request)
AWSAccessAnalyzer
Retrieves information about the specified finding.
getFinding
in interface AWSAccessAnalyzer
request
- Retrieves a finding.public ListAnalyzedResourcesResult listAnalyzedResources(ListAnalyzedResourcesRequest request)
AWSAccessAnalyzer
Retrieves a list of resources of the specified type that have been analyzed by the specified analyzer..
listAnalyzedResources
in interface AWSAccessAnalyzer
request
- Retrieves a list of resources that have been analyzed.public ListAnalyzersResult listAnalyzers(ListAnalyzersRequest request)
AWSAccessAnalyzer
Retrieves a list of analyzers.
listAnalyzers
in interface AWSAccessAnalyzer
request
- Retrieves a list of analyzers.public ListArchiveRulesResult listArchiveRules(ListArchiveRulesRequest request)
AWSAccessAnalyzer
Retrieves a list of archive rules created for the specified analyzer.
listArchiveRules
in interface AWSAccessAnalyzer
request
- Retrieves a list of archive rules created for the specified analyzer.public ListFindingsResult listFindings(ListFindingsRequest request)
AWSAccessAnalyzer
Retrieves a list of findings generated by the specified analyzer.
listFindings
in interface AWSAccessAnalyzer
request
- Retrieves a list of findings generated by the specified analyzer.public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSAccessAnalyzer
Retrieves a list of tags applied to the specified resource.
listTagsForResource
in interface AWSAccessAnalyzer
request
- Retrieves a list of tags applied to the specified resource.public StartResourceScanResult startResourceScan(StartResourceScanRequest request)
AWSAccessAnalyzer
Immediately starts a scan of the policies applied to the specified resource.
startResourceScan
in interface AWSAccessAnalyzer
request
- Starts a scan of the policies applied to the specified resource.public TagResourceResult tagResource(TagResourceRequest request)
AWSAccessAnalyzer
Adds a tag to the specified resource.
tagResource
in interface AWSAccessAnalyzer
request
- Adds a tag to the specified resource.public UntagResourceResult untagResource(UntagResourceRequest request)
AWSAccessAnalyzer
Removes a tag from the specified resource.
untagResource
in interface AWSAccessAnalyzer
request
- Removes a tag from the specified resource.public UpdateArchiveRuleResult updateArchiveRule(UpdateArchiveRuleRequest request)
AWSAccessAnalyzer
Updates the criteria and values for the specified archive rule.
updateArchiveRule
in interface AWSAccessAnalyzer
request
- Updates the specified archive rule.public UpdateFindingsResult updateFindings(UpdateFindingsRequest request)
AWSAccessAnalyzer
Updates the status for the specified findings.
updateFindings
in interface AWSAccessAnalyzer
request
- Updates findings with the new values provided in the request.public void shutdown()
AWSAccessAnalyzer
shutdown
in interface AWSAccessAnalyzer
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSAccessAnalyzer
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSAccessAnalyzer
request
- The originally executed request.