| 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<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 |
|---|---|
CreateGlossaryRequest |
CreateGlossaryRequest.clone() |
CreateGlossaryRequest |
CreateGlossaryRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateGlossaryRequest |
CreateGlossaryRequest.withDescription(String description)
The description of this business glossary.
|
CreateGlossaryRequest |
CreateGlossaryRequest.withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary is created.
|
CreateGlossaryRequest |
CreateGlossaryRequest.withName(String name)
The name of this business glossary.
|
CreateGlossaryRequest |
CreateGlossaryRequest.withOwningProjectIdentifier(String owningProjectIdentifier)
The ID of the project that currently owns business glossary.
|
CreateGlossaryRequest |
CreateGlossaryRequest.withStatus(GlossaryStatus status)
The status of this business glossary.
|
CreateGlossaryRequest |
CreateGlossaryRequest.withStatus(String status)
The status of this business glossary.
|
Copyright © 2024. All rights reserved.