| 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<UpdateGlossaryTermResult> |
AbstractAmazonDataZoneAsync.updateGlossaryTermAsync(UpdateGlossaryTermRequest request,
AsyncHandler<UpdateGlossaryTermRequest,UpdateGlossaryTermResult> asyncHandler) |
Future<UpdateGlossaryTermResult> |
AmazonDataZoneAsyncClient.updateGlossaryTermAsync(UpdateGlossaryTermRequest request,
AsyncHandler<UpdateGlossaryTermRequest,UpdateGlossaryTermResult> asyncHandler) |
Future<UpdateGlossaryTermResult> |
AmazonDataZoneAsync.updateGlossaryTermAsync(UpdateGlossaryTermRequest updateGlossaryTermRequest,
AsyncHandler<UpdateGlossaryTermRequest,UpdateGlossaryTermResult> asyncHandler)
Updates a business glossary term in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.clone() |
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withGlossaryIdentifier(String glossaryIdentifier)
The identifier of the business glossary in which a term is to be updated.
|
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withIdentifier(String identifier)
The identifier of the business glossary term that is to be updated.
|
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withLongDescription(String longDescription)
The long description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withName(String name)
The name to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withShortDescription(String shortDescription)
The short description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withStatus(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withStatus(String status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest |
UpdateGlossaryTermRequest.withTermRelations(TermRelations termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
Copyright © 2024. All rights reserved.