| 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<GetUserProfileResult> |
AmazonDataZoneAsyncClient.getUserProfileAsync(GetUserProfileRequest request,
AsyncHandler<GetUserProfileRequest,GetUserProfileResult> asyncHandler) |
Future<GetUserProfileResult> |
AmazonDataZoneAsync.getUserProfileAsync(GetUserProfileRequest getUserProfileRequest,
AsyncHandler<GetUserProfileRequest,GetUserProfileResult> asyncHandler)
Gets a user profile in Amazon DataZone.
|
Future<GetUserProfileResult> |
AbstractAmazonDataZoneAsync.getUserProfileAsync(GetUserProfileRequest request,
AsyncHandler<GetUserProfileRequest,GetUserProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUserProfileRequest |
GetUserProfileRequest.clone() |
GetUserProfileRequest |
GetUserProfileRequest.withDomainIdentifier(String domainIdentifier)
the ID of the Amazon DataZone domain the data portal of which you want to get.
|
GetUserProfileRequest |
GetUserProfileRequest.withType(String type)
The type of the user profile.
|
GetUserProfileRequest |
GetUserProfileRequest.withType(UserProfileType type)
The type of the user profile.
|
GetUserProfileRequest |
GetUserProfileRequest.withUserIdentifier(String userIdentifier)
The identifier of the user for which you want to get the user profile.
|
Copyright © 2024. All rights reserved.