Uses of Class
software.amazon.awssdk.services.inspector.model.AssessmentTarget
-
Packages that use AssessmentTarget Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of AssessmentTarget in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type AssessmentTarget Modifier and Type Method Description List<AssessmentTarget>DescribeAssessmentTargetsResponse. assessmentTargets()Information about the assessment targets.Methods in software.amazon.awssdk.services.inspector.model with parameters of type AssessmentTarget Modifier and Type Method Description DescribeAssessmentTargetsResponse.BuilderDescribeAssessmentTargetsResponse.Builder. assessmentTargets(AssessmentTarget... assessmentTargets)Information about the assessment targets.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type AssessmentTarget Modifier and Type Method Description DescribeAssessmentTargetsResponse.BuilderDescribeAssessmentTargetsResponse.Builder. assessmentTargets(Collection<AssessmentTarget> assessmentTargets)Information about the assessment targets.
-