Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.GetFindingV2Response
-
Packages that use GetFindingV2Response 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.paginators -
-
Uses of GetFindingV2Response in software.amazon.awssdk.services.accessanalyzer
Methods in software.amazon.awssdk.services.accessanalyzer that return GetFindingV2Response Modifier and Type Method Description default GetFindingV2ResponseAccessAnalyzerClient. getFindingV2(Consumer<GetFindingV2Request.Builder> getFindingV2Request)Retrieves information about the specified finding.default GetFindingV2ResponseAccessAnalyzerClient. getFindingV2(GetFindingV2Request getFindingV2Request)Retrieves information about the specified finding.Methods in software.amazon.awssdk.services.accessanalyzer that return types with arguments of type GetFindingV2Response Modifier and Type Method Description default CompletableFuture<GetFindingV2Response>AccessAnalyzerAsyncClient. getFindingV2(Consumer<GetFindingV2Request.Builder> getFindingV2Request)Retrieves information about the specified finding.default CompletableFuture<GetFindingV2Response>AccessAnalyzerAsyncClient. getFindingV2(GetFindingV2Request getFindingV2Request)Retrieves information about the specified finding. -
Uses of GetFindingV2Response in software.amazon.awssdk.services.accessanalyzer.paginators
Methods in software.amazon.awssdk.services.accessanalyzer.paginators that return types with arguments of type GetFindingV2Response Modifier and Type Method Description Iterator<GetFindingV2Response>GetFindingV2Iterable. iterator()Method parameters in software.amazon.awssdk.services.accessanalyzer.paginators with type arguments of type GetFindingV2Response Modifier and Type Method Description voidGetFindingV2Publisher. subscribe(org.reactivestreams.Subscriber<? super GetFindingV2Response> subscriber)
-