| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary |
ProjectSummary.clone() |
ProjectSummary |
ProjectSummary.withCreatedAt(Date createdAt)
The timestamp of when a project was created.
|
ProjectSummary |
ProjectSummary.withCreatedBy(String createdBy)
The Amazon DataZone user who created the project.
|
ProjectSummary |
ProjectSummary.withDescription(String description)
The description of a project.
|
ProjectSummary |
ProjectSummary.withDomainId(String domainId)
The identifier of a Amazon DataZone domain where the project exists.
|
ProjectSummary |
ProjectSummary.withFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
ProjectSummary |
ProjectSummary.withFailureReasons(ProjectDeletionError... failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
ProjectSummary |
ProjectSummary.withId(String id)
The identifier of a project.
|
ProjectSummary |
ProjectSummary.withName(String name)
The name of a project.
|
ProjectSummary |
ProjectSummary.withProjectStatus(ProjectStatus projectStatus)
The status of the project.
|
ProjectSummary |
ProjectSummary.withProjectStatus(String projectStatus)
The status of the project.
|
ProjectSummary |
ProjectSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the project was updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSummary> |
ListProjectsResult.getItems()
The results of the
ListProjects action. |
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
ListProjectsResult.withItems(ProjectSummary... items)
The results of the
ListProjects action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsResult.setItems(Collection<ProjectSummary> items)
The results of the
ListProjects action. |
ListProjectsResult |
ListProjectsResult.withItems(Collection<ProjectSummary> items)
The results of the
ListProjects action. |
Copyright © 2024. All rights reserved.