| Package | Description |
|---|---|
| com.amazonaws.services.controlcatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectiveSummary |
ObjectiveSummary.clone() |
ObjectiveSummary |
ObjectiveSummary.withArn(String arn)
The Amazon Resource Name (ARN) that identifies the objective.
|
ObjectiveSummary |
ObjectiveSummary.withCreateTime(Date createTime)
The time when the objective was created.
|
ObjectiveSummary |
ObjectiveSummary.withDescription(String description)
The description of the objective.
|
ObjectiveSummary |
ObjectiveSummary.withDomain(AssociatedDomainSummary domain)
The domain that the objective belongs to.
|
ObjectiveSummary |
ObjectiveSummary.withLastUpdateTime(Date lastUpdateTime)
The time when the objective was most recently updated.
|
ObjectiveSummary |
ObjectiveSummary.withName(String name)
The name of the objective.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjectiveSummary> |
ListObjectivesResult.getObjectives()
The list of objectives that the
ListObjectives API returns. |
| Modifier and Type | Method and Description |
|---|---|
ListObjectivesResult |
ListObjectivesResult.withObjectives(ObjectiveSummary... objectives)
The list of objectives that the
ListObjectives API returns. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListObjectivesResult.setObjectives(Collection<ObjectiveSummary> objectives)
The list of objectives that the
ListObjectives API returns. |
ListObjectivesResult |
ListObjectivesResult.withObjectives(Collection<ObjectiveSummary> objectives)
The list of objectives that the
ListObjectives API returns. |
Copyright © 2024. All rights reserved.