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