| 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 |
|---|---|
UpdateEnvironmentProfileResult |
AmazonDataZoneClient.updateEnvironmentProfile(UpdateEnvironmentProfileRequest request)
Updates the specified environment profile in Amazon DataZone.
|
UpdateEnvironmentProfileResult |
AmazonDataZone.updateEnvironmentProfile(UpdateEnvironmentProfileRequest updateEnvironmentProfileRequest)
Updates the specified environment profile in Amazon DataZone.
|
UpdateEnvironmentProfileResult |
AbstractAmazonDataZone.updateEnvironmentProfile(UpdateEnvironmentProfileRequest request) |
| 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 |
|---|---|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.clone() |
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withAwsAccountId(String awsAccountId)
The Amazon Web Services account in which a specified environment profile is to be udpated.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withAwsAccountRegion(String awsAccountRegion)
The Amazon Web Services Region in which a specified environment profile is to be updated.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withCreatedAt(Date createdAt)
The timestamp of when the environment profile was created.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withCreatedBy(String createdBy)
The Amazon DataZone user who created the environment profile.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withDescription(String description)
The description to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withEnvironmentBlueprintId(String environmentBlueprintId)
The identifier of the blueprint of the environment profile that is to be updated.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withId(String id)
The identifier of the environment profile that is to be udpated.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withName(String name)
The name to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withProjectId(String projectId)
The identifier of the project of the environment profile that is to be updated.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withUpdatedAt(Date updatedAt)
The timestamp of when the environment profile was updated.
|
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withUserParameters(Collection<CustomParameter> userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
UpdateEnvironmentProfileResult |
UpdateEnvironmentProfileResult.withUserParameters(CustomParameter... userParameters)
The user parameters to be updated as part of the
UpdateEnvironmentProfile action. |
Copyright © 2023. All rights reserved.