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