| 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<UpdateUserProfileResponse> |
DataZoneAsyncClient.updateUserProfile(Consumer<UpdateUserProfileRequest.Builder> updateUserProfileRequest)
Updates the specified user profile in Amazon DataZone.
|
default UpdateUserProfileResponse |
DataZoneClient.updateUserProfile(Consumer<UpdateUserProfileRequest.Builder> updateUserProfileRequest)
Updates the specified user profile in Amazon DataZone.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.builder() |
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.domainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is updated.
|
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.status(String status)
The status of the user profile that are to be updated.
|
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.status(UserProfileStatus status)
The status of the user profile that are to be updated.
|
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.toBuilder() |
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.type(String type)
The type of the user profile that are to be updated.
|
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.type(UserProfileType type)
The type of the user profile that are to be updated.
|
UpdateUserProfileRequest.Builder |
UpdateUserProfileRequest.Builder.userIdentifier(String userIdentifier)
The identifier of the user whose user profile is to be updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateUserProfileRequest.Builder> |
UpdateUserProfileRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.