| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSummary |
EnvironmentSummary.clone() |
EnvironmentSummary |
EnvironmentSummary.withAwsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account in which an environment exists.
|
EnvironmentSummary |
EnvironmentSummary.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which an environment exists.
|
EnvironmentSummary |
EnvironmentSummary.withCreatedAt(Date createdAt)
The timestamp of when the environment was created.
|
EnvironmentSummary |
EnvironmentSummary.withCreatedBy(String createdBy)
The Amazon DataZone user who created the environment.
|
EnvironmentSummary |
EnvironmentSummary.withDescription(String description)
The description of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment exists.
|
EnvironmentSummary |
EnvironmentSummary.withEnvironmentProfileId(String environmentProfileId)
The identifier of the environment profile with which the environment was created.
|
EnvironmentSummary |
EnvironmentSummary.withId(String id)
The identifier of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withName(String name)
The name of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withProjectId(String projectId)
The identifier of the project in which the environment exists.
|
EnvironmentSummary |
EnvironmentSummary.withProvider(String provider)
The provider of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withStatus(EnvironmentStatus status)
The status of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withStatus(String status)
The status of the environment.
|
EnvironmentSummary |
EnvironmentSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the environment was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentSummary> |
ListEnvironmentsResult.getItems()
The results of the
ListEnvironments action. |
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentsResult |
ListEnvironmentsResult.withItems(EnvironmentSummary... items)
The results of the
ListEnvironments action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnvironmentsResult.setItems(Collection<EnvironmentSummary> items)
The results of the
ListEnvironments action. |
ListEnvironmentsResult |
ListEnvironmentsResult.withItems(Collection<EnvironmentSummary> items)
The results of the
ListEnvironments action. |
Copyright © 2023. All rights reserved.