| 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 |
|---|---|
GetGlossaryTermResult |
AmazonDataZoneClient.getGlossaryTerm(GetGlossaryTermRequest request)
Gets a business glossary term in Amazon DataZone.
|
GetGlossaryTermResult |
AmazonDataZone.getGlossaryTerm(GetGlossaryTermRequest getGlossaryTermRequest)
Gets a business glossary term in Amazon DataZone.
|
GetGlossaryTermResult |
AbstractAmazonDataZone.getGlossaryTerm(GetGlossaryTermRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGlossaryTermResult> |
AbstractAmazonDataZoneAsync.getGlossaryTermAsync(GetGlossaryTermRequest request,
AsyncHandler<GetGlossaryTermRequest,GetGlossaryTermResult> asyncHandler) |
Future<GetGlossaryTermResult> |
AmazonDataZoneAsync.getGlossaryTermAsync(GetGlossaryTermRequest getGlossaryTermRequest,
AsyncHandler<GetGlossaryTermRequest,GetGlossaryTermResult> asyncHandler)
Gets a business glossary term in Amazon DataZone.
|
Future<GetGlossaryTermResult> |
AmazonDataZoneAsyncClient.getGlossaryTermAsync(GetGlossaryTermRequest request,
AsyncHandler<GetGlossaryTermRequest,GetGlossaryTermResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGlossaryTermResult |
GetGlossaryTermResult.clone() |
GetGlossaryTermResult |
GetGlossaryTermResult.withCreatedAt(Date createdAt)
The timestamp of when the business glossary term was created.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the business glossary.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary term exists.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withGlossaryId(String glossaryId)
The ID of the business glossary to which this term belongs.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withId(String id)
The ID of the business glossary term.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withLongDescription(String longDescription)
The long description of the business glossary term.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withName(String name)
The name of the business glossary term.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withShortDescription(String shortDescription)
The short decription of the business glossary term.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withStatus(GlossaryTermStatus status)
The status of the business glossary term.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withStatus(String status)
The status of the business glossary term.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withTermRelations(TermRelations termRelations)
The relations of the business glossary term.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withUpdatedAt(Date updatedAt)
The timestamp of when the business glossary term was updated.
|
GetGlossaryTermResult |
GetGlossaryTermResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary term.
|
Copyright © 2024. All rights reserved.