| 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<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 |
|---|---|
UpdateGlossaryRequest |
UpdateGlossaryRequest.clone() |
UpdateGlossaryRequest |
UpdateGlossaryRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
UpdateGlossaryRequest |
UpdateGlossaryRequest.withDescription(String description)
The description to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest |
UpdateGlossaryRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
|
UpdateGlossaryRequest |
UpdateGlossaryRequest.withIdentifier(String identifier)
The identifier of the business glossary to be updated.
|
UpdateGlossaryRequest |
UpdateGlossaryRequest.withName(String name)
The name to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest |
UpdateGlossaryRequest.withStatus(GlossaryStatus status)
The status to be updated as part of the
UpdateGlossary action. |
UpdateGlossaryRequest |
UpdateGlossaryRequest.withStatus(String status)
The status to be updated as part of the
UpdateGlossary action. |
Copyright © 2023. All rights reserved.