| 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 |
|---|---|
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.
|
Future<UpdateProjectResult> |
AbstractAmazonDataZoneAsync.updateProjectAsync(UpdateProjectRequest request,
AsyncHandler<UpdateProjectRequest,UpdateProjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProjectRequest |
UpdateProjectRequest.clone() |
UpdateProjectRequest |
UpdateProjectRequest.withDescription(String description)
The description to be updated as part of the
UpdateProject action. |
UpdateProjectRequest |
UpdateProjectRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a project is to be updated.
|
UpdateProjectRequest |
UpdateProjectRequest.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the
UpdateProject action. |
UpdateProjectRequest |
UpdateProjectRequest.withGlossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the
UpdateProject action. |
UpdateProjectRequest |
UpdateProjectRequest.withIdentifier(String identifier)
The identifier of the project that is to be updated.
|
UpdateProjectRequest |
UpdateProjectRequest.withName(String name)
The name to be updated as part of the
UpdateProject action. |
Copyright © 2023. All rights reserved.