Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetAccessPreviewResponse
-
Packages that use GetAccessPreviewResponse 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. -
-
Uses of GetAccessPreviewResponse in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return GetAccessPreviewResponse Modifier and Type Method Description default GetAccessPreviewResponseAccessAnalyzerClient. getAccessPreview(Consumer<GetAccessPreviewRequest.Builder> getAccessPreviewRequest)Retrieves information about an access preview for the specified analyzer.default GetAccessPreviewResponseAccessAnalyzerClient. getAccessPreview(GetAccessPreviewRequest getAccessPreviewRequest)Retrieves information about an access preview for the specified analyzer.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type GetAccessPreviewResponse Modifier and Type Method Description default CompletableFuture<GetAccessPreviewResponse>AccessAnalyzerAsyncClient. getAccessPreview(Consumer<GetAccessPreviewRequest.Builder> getAccessPreviewRequest)Retrieves information about an access preview for the specified analyzer.default CompletableFuture<GetAccessPreviewResponse>AccessAnalyzerAsyncClient. getAccessPreview(GetAccessPreviewRequest getAccessPreviewRequest)Retrieves information about an access preview for the specified analyzer.
-