Uses of Class
com.amazonaws.services.inspector.model.AssessmentTarget
Packages that use AssessmentTarget
-
Uses of AssessmentTarget in com.amazonaws.services.inspector.model
Methods in com.amazonaws.services.inspector.model that return AssessmentTargetModifier and TypeMethodDescriptionAssessmentTarget.clone()
The ARN that specifies the Amazon Inspector assessment target.AssessmentTarget.withCreatedAt
(Date createdAt) The time at which the assessment target is created.The name of the Amazon Inspector assessment target.AssessmentTarget.withResourceGroupArn
(String resourceGroupArn) The ARN that specifies the resource group that is associated with the assessment target.AssessmentTarget.withUpdatedAt
(Date updatedAt) The time at which UpdateAssessmentTarget is called.Methods in com.amazonaws.services.inspector.model that return types with arguments of type AssessmentTargetModifier and TypeMethodDescriptionDescribeAssessmentTargetsResult.getAssessmentTargets()
Information about the assessment targets.Methods in com.amazonaws.services.inspector.model with parameters of type AssessmentTargetModifier and TypeMethodDescriptionDescribeAssessmentTargetsResult.withAssessmentTargets
(AssessmentTarget... assessmentTargets) Information about the assessment targets.Method parameters in com.amazonaws.services.inspector.model with type arguments of type AssessmentTargetModifier and TypeMethodDescriptionvoid
DescribeAssessmentTargetsResult.setAssessmentTargets
(Collection<AssessmentTarget> assessmentTargets) Information about the assessment targets.DescribeAssessmentTargetsResult.withAssessmentTargets
(Collection<AssessmentTarget> assessmentTargets) Information about the assessment targets.