Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetFindingRequest
-
Packages that use GetFindingRequest 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.software.amazon.awssdk.services.accessanalyzer.transform -
-
Uses of GetFindingRequest in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer with parameters of type GetFindingRequest Modifier and Type Method Description default CompletableFuture<GetFindingResponse>AccessAnalyzerAsyncClient. getFinding(GetFindingRequest getFindingRequest)Retrieves information about the specified finding.default GetFindingResponseAccessAnalyzerClient. getFinding(GetFindingRequest getFindingRequest)Retrieves information about the specified finding. -
Uses of GetFindingRequest in software.amazon.awssdk.services.accessanalyzer.transform
Methods in software.amazon.awssdk.services.accessanalyzer.transform with parameters of type GetFindingRequest Modifier and Type Method Description SdkHttpFullRequestGetFindingRequestMarshaller. marshall(GetFindingRequest getFindingRequest)
-