| 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<CreateGlossaryTermResult> |
AmazonDataZoneAsyncClient.createGlossaryTermAsync(CreateGlossaryTermRequest request,
AsyncHandler<CreateGlossaryTermRequest,CreateGlossaryTermResult> asyncHandler) |
Future<CreateGlossaryTermResult> |
AmazonDataZoneAsync.createGlossaryTermAsync(CreateGlossaryTermRequest createGlossaryTermRequest,
AsyncHandler<CreateGlossaryTermRequest,CreateGlossaryTermResult> asyncHandler)
Creates a business glossary term.
|
Future<CreateGlossaryTermResult> |
AbstractAmazonDataZoneAsync.createGlossaryTermAsync(CreateGlossaryTermRequest request,
AsyncHandler<CreateGlossaryTermRequest,CreateGlossaryTermResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.clone() |
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term is created.
|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withGlossaryIdentifier(String glossaryIdentifier)
The ID of the business glossary in which this term is created.
|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withLongDescription(String longDescription)
The long description of this business glossary term.
|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withName(String name)
The name of this business glossary term.
|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withShortDescription(String shortDescription)
The short description of this business glossary term.
|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withStatus(GlossaryTermStatus status)
The status of this business glossary term.
|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withStatus(String status)
The status of this business glossary term.
|
CreateGlossaryTermRequest |
CreateGlossaryTermRequest.withTermRelations(TermRelations termRelations)
The term relations of this business glossary term.
|
Copyright © 2023. All rights reserved.