| 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 |
|---|---|
UpdateGlossaryResult |
AmazonDataZoneClient.updateGlossary(UpdateGlossaryRequest request)
Updates the business glossary in Amazon DataZone.
|
UpdateGlossaryResult |
AmazonDataZone.updateGlossary(UpdateGlossaryRequest updateGlossaryRequest)
Updates the business glossary in Amazon DataZone.
|
UpdateGlossaryResult |
AbstractAmazonDataZone.updateGlossary(UpdateGlossaryRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateGlossaryResult> |
AmazonDataZoneAsyncClient.updateGlossaryAsync(UpdateGlossaryRequest request,
AsyncHandler<UpdateGlossaryRequest,UpdateGlossaryResult> asyncHandler) |
Future<UpdateGlossaryResult> |
AmazonDataZoneAsync.updateGlossaryAsync(UpdateGlossaryRequest updateGlossaryRequest,
AsyncHandler<UpdateGlossaryRequest,UpdateGlossaryResult> asyncHandler)
Updates the business glossary in Amazon DataZone.
|
Future<UpdateGlossaryResult> |
AbstractAmazonDataZoneAsync.updateGlossaryAsync(UpdateGlossaryRequest request,
AsyncHandler<UpdateGlossaryRequest,UpdateGlossaryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateGlossaryResult |
UpdateGlossaryResult.clone() |
UpdateGlossaryResult |
UpdateGlossaryResult.withDescription(String description)
The description to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResult |
UpdateGlossaryResult.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
UpdateGlossaryResult |
UpdateGlossaryResult.withId(String id)
The identifier of the business glossary that is to be updated.
|
UpdateGlossaryResult |
UpdateGlossaryResult.withName(String name)
The name to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResult |
UpdateGlossaryResult.withOwningProjectId(String owningProjectId)
The identifier of the project in which to update a business glossary.
|
UpdateGlossaryResult |
UpdateGlossaryResult.withStatus(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryResult |
UpdateGlossaryResult.withStatus(String status)
The status to be updated as part of the
UpdateGlossary action. |
Copyright © 2023. All rights reserved.