| 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<UpdateGlossaryTermResponse> |
DataZoneAsyncClient.updateGlossaryTerm(Consumer<UpdateGlossaryTermRequest.Builder> updateGlossaryTermRequest)
Updates a business glossary term in Amazon DataZone.
|
default UpdateGlossaryTermResponse |
DataZoneClient.updateGlossaryTerm(Consumer<UpdateGlossaryTermRequest.Builder> updateGlossaryTermRequest)
Updates a business glossary term in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.builder() |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.glossaryIdentifier(String glossaryIdentifier)
The identifier of the business glossary in which a term is to be updated.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.identifier(String identifier)
The identifier of the business glossary term that is to be updated.
|
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.longDescription(String longDescription)
The long description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.name(String name)
The name to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.shortDescription(String shortDescription)
The short description to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.status(GlossaryTermStatus status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.status(String status)
The status to be updated as part of the
UpdateGlossaryTerm action. |
default UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.termRelations(Consumer<TermRelations.Builder> termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.Builder.termRelations(TermRelations termRelations)
The term relations to be updated as part of the
UpdateGlossaryTerm action. |
UpdateGlossaryTermRequest.Builder |
UpdateGlossaryTermRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateGlossaryTermRequest.Builder> |
UpdateGlossaryTermRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.