| 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<UpdateEnvironmentProfileResult> |
AmazonDataZoneAsyncClient.updateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest request,
AsyncHandler<UpdateEnvironmentProfileRequest,UpdateEnvironmentProfileResult> asyncHandler) |
Future<UpdateEnvironmentProfileResult> |
AmazonDataZoneAsync.updateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest updateEnvironmentProfileRequest,
AsyncHandler<UpdateEnvironmentProfileRequest,UpdateEnvironmentProfileResult> asyncHandler)
Updates the specified environment profile in Amazon DataZone.
|
Future<UpdateEnvironmentProfileResult> |
AbstractAmazonDataZoneAsync.updateEnvironmentProfileAsync(UpdateEnvironmentProfileRequest request,
AsyncHandler<UpdateEnvironmentProfileRequest,UpdateEnvironmentProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.clone() |
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withAwsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withDescription(String description)
The description to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
|
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withIdentifier(String identifier)
The identifier of the environment profile that is to be updated.
|
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withName(String name)
The name to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withUserParameters(Collection<EnvironmentParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileRequest |
UpdateEnvironmentProfileRequest.withUserParameters(EnvironmentParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
Copyright © 2023. All rights reserved.