| 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 |
|---|---|
CreateGlossaryTermResult |
AmazonDataZoneClient.createGlossaryTerm(CreateGlossaryTermRequest request)
Creates a business glossary term.
|
CreateGlossaryTermResult |
AmazonDataZone.createGlossaryTerm(CreateGlossaryTermRequest createGlossaryTermRequest)
Creates a business glossary term.
|
CreateGlossaryTermResult |
AbstractAmazonDataZone.createGlossaryTerm(CreateGlossaryTermRequest request) |
| 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 |
|---|---|
CreateGlossaryTermResult |
CreateGlossaryTermResult.clone() |
CreateGlossaryTermResult |
CreateGlossaryTermResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary term is created.
|
CreateGlossaryTermResult |
CreateGlossaryTermResult.withGlossaryId(String glossaryId)
The ID of the business glossary in which this term is created.
|
CreateGlossaryTermResult |
CreateGlossaryTermResult.withId(String id)
The ID of this business glossary term.
|
CreateGlossaryTermResult |
CreateGlossaryTermResult.withLongDescription(String longDescription)
The long description of this business glossary term.
|
CreateGlossaryTermResult |
CreateGlossaryTermResult.withName(String name)
The name of this business glossary term.
|
CreateGlossaryTermResult |
CreateGlossaryTermResult.withShortDescription(String shortDescription)
The short description of this business glossary term.
|
CreateGlossaryTermResult |
CreateGlossaryTermResult.withStatus(GlossaryTermStatus status)
The status of this business glossary term.
|
CreateGlossaryTermResult |
CreateGlossaryTermResult.withStatus(String status)
The status of this business glossary term.
|
CreateGlossaryTermResult |
CreateGlossaryTermResult.withTermRelations(TermRelations termRelations)
The term relations of this business glossary term.
|
Copyright © 2023. All rights reserved.