| 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 |
|---|---|
GetGlossaryResult |
AmazonDataZoneClient.getGlossary(GetGlossaryRequest request)
Gets a business glossary in Amazon DataZone.
|
GetGlossaryResult |
AmazonDataZone.getGlossary(GetGlossaryRequest getGlossaryRequest)
Gets a business glossary in Amazon DataZone.
|
GetGlossaryResult |
AbstractAmazonDataZone.getGlossary(GetGlossaryRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGlossaryResult> |
AbstractAmazonDataZoneAsync.getGlossaryAsync(GetGlossaryRequest request,
AsyncHandler<GetGlossaryRequest,GetGlossaryResult> asyncHandler) |
Future<GetGlossaryResult> |
AmazonDataZoneAsync.getGlossaryAsync(GetGlossaryRequest getGlossaryRequest,
AsyncHandler<GetGlossaryRequest,GetGlossaryResult> asyncHandler)
Gets a business glossary in Amazon DataZone.
|
Future<GetGlossaryResult> |
AmazonDataZoneAsyncClient.getGlossaryAsync(GetGlossaryRequest request,
AsyncHandler<GetGlossaryRequest,GetGlossaryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGlossaryResult |
GetGlossaryResult.clone() |
GetGlossaryResult |
GetGlossaryResult.withCreatedAt(Date createdAt)
The timestamp of when this business glossary was created.
|
GetGlossaryResult |
GetGlossaryResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created this business glossary.
|
GetGlossaryResult |
GetGlossaryResult.withDescription(String description)
The description of the business glossary.
|
GetGlossaryResult |
GetGlossaryResult.withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this business glossary exists.
|
GetGlossaryResult |
GetGlossaryResult.withId(String id)
The ID of the business glossary.
|
GetGlossaryResult |
GetGlossaryResult.withName(String name)
The name of the business glossary.
|
GetGlossaryResult |
GetGlossaryResult.withOwningProjectId(String owningProjectId)
The ID of the project that owns this business glossary.
|
GetGlossaryResult |
GetGlossaryResult.withStatus(GlossaryStatus status)
The status of the business glossary.
|
GetGlossaryResult |
GetGlossaryResult.withStatus(String status)
The status of the business glossary.
|
GetGlossaryResult |
GetGlossaryResult.withUpdatedAt(Date updatedAt)
The timestamp of when the business glossary was updated.
|
GetGlossaryResult |
GetGlossaryResult.withUpdatedBy(String updatedBy)
The Amazon DataZone user who updated the business glossary.
|
Copyright © 2023. All rights reserved.