| 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<UpdateEnvironmentResponse> |
DataZoneAsyncClient.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Updates the specified environment in Amazon DataZone.
|
default UpdateEnvironmentResponse |
DataZoneClient.updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)
Updates the specified environment in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.builder() |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.description(String description)
The description to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.domainIdentifier(String domainIdentifier)
The identifier of the domain in which the environment is to be updated.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.glossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.identifier(String identifier)
The identifier of the environment that is to be updated.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.name(String name)
The name to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEnvironmentRequest.Builder> |
UpdateEnvironmentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.