Uses of Class
software.amazon.awssdk.services.inspector.model.DescribeFindingsRequest
-
Packages that use DescribeFindingsRequest Package Description software.amazon.awssdk.services.inspector Amazon Inspector software.amazon.awssdk.services.inspector.transform -
-
Uses of DescribeFindingsRequest in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector with parameters of type DescribeFindingsRequest Modifier and Type Method Description default CompletableFuture<DescribeFindingsResponse>InspectorAsyncClient. describeFindings(DescribeFindingsRequest 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. -
Uses of DescribeFindingsRequest in software.amazon.awssdk.services.inspector.transform
Methods in software.amazon.awssdk.services.inspector.transform with parameters of type DescribeFindingsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeFindingsRequestMarshaller. marshall(DescribeFindingsRequest describeFindingsRequest)
-