| 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 |
|---|---|
UpdateEnvironmentResult |
AmazonDataZoneClient.updateEnvironment(UpdateEnvironmentRequest request)
Updates the specified environment in Amazon DataZone.
|
UpdateEnvironmentResult |
AbstractAmazonDataZone.updateEnvironment(UpdateEnvironmentRequest request) |
UpdateEnvironmentResult |
AmazonDataZone.updateEnvironment(UpdateEnvironmentRequest updateEnvironmentRequest)
Updates the specified environment in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnvironmentResult> |
AmazonDataZoneAsyncClient.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> |
AbstractAmazonDataZoneAsync.updateEnvironmentAsync(UpdateEnvironmentRequest request,
AsyncHandler<UpdateEnvironmentRequest,UpdateEnvironmentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentResult |
UpdateEnvironmentResult.clone() |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withAwsAccountId(String awsAccountId)
The identifier of the Amazon Web Services account in which the environment is to be updated.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which the environment is updated.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withCreatedAt(Date createdAt)
The timestamp of when the environment was created.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDeploymentProperties(DeploymentProperties deploymentProperties)
The deployment properties to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDescription(String description)
The description to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withDomainId(String domainId)
The identifier of the domain in which the environment is to be updated.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentActions(Collection<ConfigurableEnvironmentAction> environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentActions(ConfigurableEnvironmentAction... environmentActions)
The environment actions to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentBlueprintId(String environmentBlueprintId)
The blueprint identifier of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withEnvironmentProfileId(String environmentProfileId)
The profile identifier of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withGlossaryTerms(String... glossaryTerms)
The glossary terms to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withId(String id)
The identifier of the environment that is to be updated.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withLastDeployment(Deployment lastDeployment)
The last deployment of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withName(String name)
The name to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withProjectId(String projectId)
The project identifier of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withProvider(String provider)
The provider identifier of the environment.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withProvisionedResources(Collection<Resource> provisionedResources)
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withProvisionedResources(Resource... provisionedResources)
The provisioned resources to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withProvisioningProperties(ProvisioningProperties provisioningProperties)
The provisioning properties to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withStatus(EnvironmentStatus status)
The status to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withStatus(String status)
The status to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withUpdatedAt(Date updatedAt)
The timestamp of when the environment was updated.
|
UpdateEnvironmentResult |
UpdateEnvironmentResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironment action. |
UpdateEnvironmentResult |
UpdateEnvironmentResult.withUserParameters(CustomParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironment action. |
Copyright © 2024. All rights reserved.