| 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 |
|---|---|
GetUserProfileResult |
AmazonDataZoneClient.getUserProfile(GetUserProfileRequest request)
Gets a user profile in Amazon DataZone.
|
GetUserProfileResult |
AmazonDataZone.getUserProfile(GetUserProfileRequest getUserProfileRequest)
Gets a user profile in Amazon DataZone.
|
GetUserProfileResult |
AbstractAmazonDataZone.getUserProfile(GetUserProfileRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetUserProfileResult> |
AbstractAmazonDataZoneAsync.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> |
AmazonDataZoneAsyncClient.getUserProfileAsync(GetUserProfileRequest request,
AsyncHandler<GetUserProfileRequest,GetUserProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetUserProfileResult |
GetUserProfileResult.clone() |
GetUserProfileResult |
GetUserProfileResult.withDetails(UserProfileDetails details) |
GetUserProfileResult |
GetUserProfileResult.withDomainId(String domainId)
the identifier of the Amazon DataZone domain of which you want to get the user profile.
|
GetUserProfileResult |
GetUserProfileResult.withId(String id)
The identifier of the user profile.
|
GetUserProfileResult |
GetUserProfileResult.withStatus(String status)
The status of the user profile.
|
GetUserProfileResult |
GetUserProfileResult.withStatus(UserProfileStatus status)
The status of the user profile.
|
GetUserProfileResult |
GetUserProfileResult.withType(String type)
The type of the user profile.
|
GetUserProfileResult |
GetUserProfileResult.withType(UserProfileType type)
The type of the user profile.
|
Copyright © 2023. All rights reserved.