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 you to set, verify, and refine your IAM policies by providing a suite of capabilities. -
-
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.
-