| 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 |
|---|---|
GetFindingV2Result |
AbstractAWSAccessAnalyzer.getFindingV2(GetFindingV2Request request) |
GetFindingV2Result |
AWSAccessAnalyzerClient.getFindingV2(GetFindingV2Request request)
Retrieves information about the specified finding.
|
GetFindingV2Result |
AWSAccessAnalyzer.getFindingV2(GetFindingV2Request getFindingV2Request)
Retrieves information about the specified finding.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetFindingV2Result> |
AbstractAWSAccessAnalyzerAsync.getFindingV2Async(GetFindingV2Request request,
AsyncHandler<GetFindingV2Request,GetFindingV2Result> asyncHandler) |
Future<GetFindingV2Result> |
AWSAccessAnalyzerAsyncClient.getFindingV2Async(GetFindingV2Request request,
AsyncHandler<GetFindingV2Request,GetFindingV2Result> asyncHandler) |
Future<GetFindingV2Result> |
AWSAccessAnalyzerAsync.getFindingV2Async(GetFindingV2Request getFindingV2Request,
AsyncHandler<GetFindingV2Request,GetFindingV2Result> asyncHandler)
Retrieves information about the specified finding.
|
| Modifier and Type | Method and Description |
|---|---|
GetFindingV2Result |
GetFindingV2Result.clone() |
GetFindingV2Result |
GetFindingV2Result.withAnalyzedAt(Date analyzedAt)
The time at which the resource-based policy or IAM entity that generated the finding was analyzed.
|
GetFindingV2Result |
GetFindingV2Result.withCreatedAt(Date createdAt)
The time at which the finding was created.
|
GetFindingV2Result |
GetFindingV2Result.withError(String error)
An error.
|
GetFindingV2Result |
GetFindingV2Result.withFindingDetails(Collection<FindingDetails> findingDetails)
A localized message that explains the finding and provides guidance on how to address it.
|
GetFindingV2Result |
GetFindingV2Result.withFindingDetails(FindingDetails... findingDetails)
A localized message that explains the finding and provides guidance on how to address it.
|
GetFindingV2Result |
GetFindingV2Result.withFindingType(FindingType findingType)
The type of the finding.
|
GetFindingV2Result |
GetFindingV2Result.withFindingType(String findingType)
The type of the finding.
|
GetFindingV2Result |
GetFindingV2Result.withId(String id)
The ID of the finding to retrieve.
|
GetFindingV2Result |
GetFindingV2Result.withNextToken(String nextToken)
A token used for pagination of results returned.
|
GetFindingV2Result |
GetFindingV2Result.withResource(String resource)
The resource that generated the finding.
|
GetFindingV2Result |
GetFindingV2Result.withResourceOwnerAccount(String resourceOwnerAccount)
Tye Amazon Web Services account ID that owns the resource.
|
GetFindingV2Result |
GetFindingV2Result.withResourceType(ResourceType resourceType)
The type of the resource identified in the finding.
|
GetFindingV2Result |
GetFindingV2Result.withResourceType(String resourceType)
The type of the resource identified in the finding.
|
GetFindingV2Result |
GetFindingV2Result.withStatus(FindingStatus status)
The status of the finding.
|
GetFindingV2Result |
GetFindingV2Result.withStatus(String status)
The status of the finding.
|
GetFindingV2Result |
GetFindingV2Result.withUpdatedAt(Date updatedAt)
The time at which the finding was updated.
|
Copyright © 2024. All rights reserved.