| 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 |
|---|---|
CreateGlossaryResult |
AbstractAmazonDataZone.createGlossary(CreateGlossaryRequest request) |
CreateGlossaryResult |
AmazonDataZoneClient.createGlossary(CreateGlossaryRequest request)
Creates an Amazon DataZone business glossary.
|
CreateGlossaryResult |
AmazonDataZone.createGlossary(CreateGlossaryRequest createGlossaryRequest)
Creates an Amazon DataZone business glossary.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGlossaryResult> |
AbstractAmazonDataZoneAsync.createGlossaryAsync(CreateGlossaryRequest request,
AsyncHandler<CreateGlossaryRequest,CreateGlossaryResult> asyncHandler) |
Future<CreateGlossaryResult> |
AmazonDataZoneAsyncClient.createGlossaryAsync(CreateGlossaryRequest request,
AsyncHandler<CreateGlossaryRequest,CreateGlossaryResult> asyncHandler) |
Future<CreateGlossaryResult> |
AmazonDataZoneAsync.createGlossaryAsync(CreateGlossaryRequest createGlossaryRequest,
AsyncHandler<CreateGlossaryRequest,CreateGlossaryResult> asyncHandler)
Creates an Amazon DataZone business glossary.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGlossaryResult |
CreateGlossaryResult.clone() |
CreateGlossaryResult |
CreateGlossaryResult.withDescription(String description)
The description of this business glossary.
|
CreateGlossaryResult |
CreateGlossaryResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary is created.
|
CreateGlossaryResult |
CreateGlossaryResult.withId(String id)
The ID of this business glossary.
|
CreateGlossaryResult |
CreateGlossaryResult.withName(String name)
The name of this business glossary.
|
CreateGlossaryResult |
CreateGlossaryResult.withOwningProjectId(String owningProjectId)
The ID of the project that currently owns this business glossary.
|
CreateGlossaryResult |
CreateGlossaryResult.withStatus(GlossaryStatus status)
The status of this business glossary.
|
CreateGlossaryResult |
CreateGlossaryResult.withStatus(String status)
The status of this business glossary.
|
Copyright © 2024. All rights reserved.