Uses of Class
software.amazon.awssdk.services.inspector.model.DescribeAssessmentTargetsResponse
-
Packages that use DescribeAssessmentTargetsResponse Package Description software.amazon.awssdk.services.inspector Amazon Inspector -
-
Uses of DescribeAssessmentTargetsResponse in software.amazon.awssdk.services.inspector
Methods in software.amazon.awssdk.services.inspector that return DescribeAssessmentTargetsResponse Modifier and Type Method Description default DescribeAssessmentTargetsResponseInspectorClient. describeAssessmentTargets(Consumer<DescribeAssessmentTargetsRequest.Builder> describeAssessmentTargetsRequest)Describes the assessment targets that are specified by the ARNs of the assessment targets.default DescribeAssessmentTargetsResponseInspectorClient. describeAssessmentTargets(DescribeAssessmentTargetsRequest describeAssessmentTargetsRequest)Describes the assessment targets that are specified by the ARNs of the assessment targets.Methods in software.amazon.awssdk.services.inspector that return types with arguments of type DescribeAssessmentTargetsResponse Modifier and Type Method Description default CompletableFuture<DescribeAssessmentTargetsResponse>InspectorAsyncClient. describeAssessmentTargets(Consumer<DescribeAssessmentTargetsRequest.Builder> describeAssessmentTargetsRequest)Describes the assessment targets that are specified by the ARNs of the assessment targets.default CompletableFuture<DescribeAssessmentTargetsResponse>InspectorAsyncClient. describeAssessmentTargets(DescribeAssessmentTargetsRequest describeAssessmentTargetsRequest)Describes the assessment targets that are specified by the ARNs of the assessment targets.
-