| 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 |
|---|---|
Future<UpdateEnvironmentResult> |
AbstractAmazonDataZoneAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
Future<UpdateEnvironmentResult> |
AmazonDataZoneAsync.updateEnvironmentAsync(UpdateEnvironmentRequest updateEnvironmentRequest,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler)
Updates the specified environment in Amazon DataZone.
|
Future<UpdateEnvironmentResult> |
AmazonDataZoneAsyncClient.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.clone() |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDescription(String description)
The description to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the domain in which the environment is to be updated.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withGlossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withIdentifier(String identifier)
The identifier of the environment that is to be updated.
|
UpdateEnvironmentRequest |
UpdateEnvironmentRequest.withName(String name)
The name to be updated as part of the
UpdateEnvironment action. |
Copyright © 2023. All rights reserved.