| 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<CreateUserProfileResult> |
AmazonDataZoneAsyncClient.createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) |
Future<CreateUserProfileResult> |
AmazonDataZoneAsync.createUserProfileAsync(CreateUserProfileRequest createUserProfileRequest,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler)
Creates a user profile in Amazon DataZone.
|
Future<CreateUserProfileResult> |
AbstractAmazonDataZoneAsync.createUserProfileAsync(CreateUserProfileRequest request,
AsyncHandler<CreateUserProfileRequest,CreateUserProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateUserProfileRequest |
CreateUserProfileRequest.clone() |
CreateUserProfileRequest |
CreateUserProfileRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which a user profile is created.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withUserIdentifier(String userIdentifier)
The identifier of the user for which the user profile is created.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withUserType(String userType)
The user type of the user for which the user profile is created.
|
CreateUserProfileRequest |
CreateUserProfileRequest.withUserType(UserType userType)
The user type of the user for which the user profile is created.
|
Copyright © 2023. All rights reserved.