Package | Description |
---|---|
com.amazonaws.services.inspector.model |
Modifier and Type | Method and Description |
---|---|
AssessmentTarget |
AssessmentTarget.clone() |
AssessmentTarget |
AssessmentTarget.withArn(String arn)
The ARN that specifies the Amazon Inspector assessment target.
|
AssessmentTarget |
AssessmentTarget.withCreatedAt(Date createdAt)
The time at which the assessment target is created.
|
AssessmentTarget |
AssessmentTarget.withName(String name)
The name of the Amazon Inspector assessment target.
|
AssessmentTarget |
AssessmentTarget.withResourceGroupArn(String resourceGroupArn)
The ARN that specifies the resource group that is associated with the
assessment target.
|
AssessmentTarget |
AssessmentTarget.withUpdatedAt(Date updatedAt)
The time at which UpdateAssessmentTarget is called.
|
Modifier and Type | Method and Description |
---|---|
List<AssessmentTarget> |
DescribeAssessmentTargetsResult.getAssessmentTargets()
Information about the assessment targets.
|
Modifier and Type | Method and Description |
---|---|
DescribeAssessmentTargetsResult |
DescribeAssessmentTargetsResult.withAssessmentTargets(AssessmentTarget... assessmentTargets)
Information about the assessment targets.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAssessmentTargetsResult.setAssessmentTargets(Collection<AssessmentTarget> assessmentTargets)
Information about the assessment targets.
|
DescribeAssessmentTargetsResult |
DescribeAssessmentTargetsResult.withAssessmentTargets(Collection<AssessmentTarget> assessmentTargets)
Information about the assessment targets.
|
Copyright © 2018. All rights reserved.