| 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<GetGlossaryResponse> |
DataZoneAsyncClient.getGlossary(Consumer<GetGlossaryRequest.Builder> getGlossaryRequest)
Gets a business glossary in Amazon DataZone.
|
default GetGlossaryResponse |
DataZoneClient.getGlossary(Consumer<GetGlossaryRequest.Builder> getGlossaryRequest)
Gets a business glossary in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
static GetGlossaryRequest.Builder |
GetGlossaryRequest.builder() |
GetGlossaryRequest.Builder |
GetGlossaryRequest.Builder.domainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain in which this business glossary exists.
|
GetGlossaryRequest.Builder |
GetGlossaryRequest.Builder.identifier(String identifier)
The ID of the business glossary.
|
GetGlossaryRequest.Builder |
GetGlossaryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetGlossaryRequest.Builder |
GetGlossaryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetGlossaryRequest.Builder |
GetGlossaryRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetGlossaryRequest.Builder> |
GetGlossaryRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.