| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer |
Identity and Access Management Access Analyzer helps you to set, verify, and refine your IAM policies by providing a
suite of capabilities.
|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
GetFindingRecommendationResult |
AbstractAWSAccessAnalyzer.getFindingRecommendation(GetFindingRecommendationRequest request) |
GetFindingRecommendationResult |
AWSAccessAnalyzerClient.getFindingRecommendation(GetFindingRecommendationRequest request)
Retrieves information about a finding recommendation for the specified analyzer.
|
GetFindingRecommendationResult |
AWSAccessAnalyzer.getFindingRecommendation(GetFindingRecommendationRequest getFindingRecommendationRequest)
Retrieves information about a finding recommendation for the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFindingRecommendationResult> |
AbstractAWSAccessAnalyzerAsync.getFindingRecommendationAsync(GetFindingRecommendationRequest request,
AsyncHandler<GetFindingRecommendationRequest,GetFindingRecommendationResult> asyncHandler) |
Future<GetFindingRecommendationResult> |
AWSAccessAnalyzerAsyncClient.getFindingRecommendationAsync(GetFindingRecommendationRequest request,
AsyncHandler<GetFindingRecommendationRequest,GetFindingRecommendationResult> asyncHandler) |
Future<GetFindingRecommendationResult> |
AWSAccessAnalyzerAsync.getFindingRecommendationAsync(GetFindingRecommendationRequest getFindingRecommendationRequest,
AsyncHandler<GetFindingRecommendationRequest,GetFindingRecommendationResult> asyncHandler)
Retrieves information about a finding recommendation for the specified analyzer.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingRecommendationResult |
GetFindingRecommendationResult.clone() |
GetFindingRecommendationResult |
GetFindingRecommendationResult.withCompletedAt(Date completedAt)
The time at which the retrieval of the finding recommendation was completed.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withError(RecommendationError error)
Detailed information about the reason that the retrieval of a recommendation for the finding failed.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withNextToken(String nextToken)
A token used for pagination of results returned.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withRecommendationType(RecommendationType recommendationType)
The type of recommendation for the finding.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withRecommendationType(String recommendationType)
The type of recommendation for the finding.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withRecommendedSteps(Collection<RecommendedStep> recommendedSteps)
A group of recommended steps for the finding.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withRecommendedSteps(RecommendedStep... recommendedSteps)
A group of recommended steps for the finding.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withResourceArn(String resourceArn)
The ARN of the resource of the finding.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withStartedAt(Date startedAt)
The time at which the retrieval of the finding recommendation was started.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withStatus(Status status)
The status of the retrieval of the finding recommendation.
|
GetFindingRecommendationResult |
GetFindingRecommendationResult.withStatus(String status)
The status of the retrieval of the finding recommendation.
|
Copyright © 2024. All rights reserved.