Uses of Class
software.amazon.awssdk.services.inspector.model.DescribeFindingsResponse
-
Packages that use DescribeFindingsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of DescribeFindingsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return DescribeFindingsResponse Modifier and Type Method Description default DescribeFindingsResponseInspectorClient. describeFindings(Consumer<DescribeFindingsRequest.Builder> describeFindingsRequest)Describes the findings that are specified by the ARNs of the findings.default DescribeFindingsResponseInspectorClient. describeFindings(DescribeFindingsRequest describeFindingsRequest)Describes the findings that are specified by the ARNs of the findings.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type DescribeFindingsResponse Modifier and Type Method Description default CompletableFuture<DescribeFindingsResponse>InspectorAsyncClient. describeFindings(Consumer<DescribeFindingsRequest.Builder> describeFindingsRequest)Describes the findings that are specified by the ARNs of the findings.default CompletableFuture<DescribeFindingsResponse>InspectorAsyncClient. describeFindings(DescribeFindingsRequest describeFindingsRequest)Describes the findings that are specified by the ARNs of the findings.
-