| Package | Description |
|---|---|
| software.amazon.awssdk.services.datazone |
Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your
data.
|
| software.amazon.awssdk.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGlossaryTermResponse> |
DataZoneAsyncClient.getGlossaryTerm(Consumer<GetGlossaryTermRequest.Builder> getGlossaryTermRequest)
Gets a business glossary term in Amazon DataZone.
|
default GetGlossaryTermResponse |
DataZoneClient.getGlossaryTerm(Consumer<GetGlossaryTermRequest.Builder> getGlossaryTermRequest)
Gets a business glossary term in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
static GetGlossaryTermRequest.Builder |
GetGlossaryTermRequest.builder() |
GetGlossaryTermRequest.Builder |
GetGlossaryTermRequest.Builder.domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary term exists.
|
GetGlossaryTermRequest.Builder |
GetGlossaryTermRequest.Builder.identifier(String identifier)
The ID of the business glossary term.
|
GetGlossaryTermRequest.Builder |
GetGlossaryTermRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGlossaryTermRequest.Builder |
GetGlossaryTermRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetGlossaryTermRequest.Builder |
GetGlossaryTermRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetGlossaryTermRequest.Builder> |
GetGlossaryTermRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.