| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
AssessmentTarget |
AssessmentTarget.clone() |
AssessmentTarget |
AssessmentTarget.withArn(String arn)
The ARN specifying the 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 Inspector assessment target.
|
AssessmentTarget |
AssessmentTarget.withResourceGroupArn(String resourceGroupArn)
The ARN specifying the resource group that is associated with the
assessment target.
|
AssessmentTarget |
AssessmentTarget.withUpdatedAt(Date updatedAt)
The time at which UpdateAssessmentTarget API is called.
|
| Modifier and Type | Method and Description |
|---|---|
List<AssessmentTarget> |
DescribeAssessmentTargetsResult.getAssessmentTargets()
Information about the assessment target(s).
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAssessmentTargetsResult |
DescribeAssessmentTargetsResult.withAssessmentTargets(AssessmentTarget... assessmentTargets)
Information about the assessment target(s).
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAssessmentTargetsResult.setAssessmentTargets(Collection<AssessmentTarget> assessmentTargets)
Information about the assessment target(s).
|
DescribeAssessmentTargetsResult |
DescribeAssessmentTargetsResult.withAssessmentTargets(Collection<AssessmentTarget> assessmentTargets)
Information about the assessment target(s).
|
Copyright © 2016. All rights reserved.