| Package | Description |
|---|---|
| com.amazonaws.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectResult |
AbstractAmazonDataZone.updateProject(UpdateProjectRequest request) |
UpdateProjectResult |
AmazonDataZoneClient.updateProject(UpdateProjectRequest request)
Updates the specified project in Amazon DataZone.
|
UpdateProjectResult |
AmazonDataZone.updateProject(UpdateProjectRequest updateProjectRequest)
Updates the specified project in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProjectResult> |
AbstractAmazonDataZoneAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
Future<UpdateProjectResult> |
AmazonDataZoneAsyncClient.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
Future<UpdateProjectResult> |
AmazonDataZoneAsync.updateProjectAsync(UpdateProjectRequest updateProjectRequest,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler)
Updates the specified project in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectResult |
UpdateProjectResult.clone() |
UpdateProjectResult |
UpdateProjectResult.withCreatedAt(Date createdAt)
The timestamp of when the project was created.
|
UpdateProjectResult |
UpdateProjectResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the project.
|
UpdateProjectResult |
UpdateProjectResult.withDescription(String description)
The description of the project that is to be updated.
|
UpdateProjectResult |
UpdateProjectResult.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a project is updated.
|
UpdateProjectResult |
UpdateProjectResult.withFailureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateProjectResult |
UpdateProjectResult.withFailureReasons(ProjectDeletionError... failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
|
UpdateProjectResult |
UpdateProjectResult.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms of the project that are to be updated.
|
UpdateProjectResult |
UpdateProjectResult.withGlossaryTerms(String... glossaryTerms)
The glossary terms of the project that are to be updated.
|
UpdateProjectResult |
UpdateProjectResult.withId(String id)
The identifier of the project that is to be updated.
|
UpdateProjectResult |
UpdateProjectResult.withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the project was last updated.
|
UpdateProjectResult |
UpdateProjectResult.withName(String name)
The name of the project that is to be updated.
|
UpdateProjectResult |
UpdateProjectResult.withProjectStatus(ProjectStatus projectStatus)
The status of the project.
|
UpdateProjectResult |
UpdateProjectResult.withProjectStatus(String projectStatus)
The status of the project.
|
Copyright © 2024. All rights reserved.