| Package | Description |
|---|---|
| com.amazonaws.services.finspacedata |
The FinSpace APIs let you take actions inside the FinSpace.
|
| com.amazonaws.services.finspacedata.model |
| Modifier and Type | Method and Description |
|---|---|
GetUserResult |
AbstractAWSFinSpaceData.getUser(GetUserRequest request)
Deprecated.
|
GetUserResult |
AWSFinSpaceDataClient.getUser(GetUserRequest request)
Deprecated.
|
GetUserResult |
AWSFinSpaceData.getUser(GetUserRequest getUserRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUserResult> |
AWSFinSpaceDataAsyncClient.getUserAsync(GetUserRequest request)
Deprecated.
|
Future<GetUserResult> |
AbstractAWSFinSpaceDataAsync.getUserAsync(GetUserRequest request)
Deprecated.
|
Future<GetUserResult> |
AWSFinSpaceDataAsync.getUserAsync(GetUserRequest getUserRequest)
Deprecated.
|
Future<GetUserResult> |
AWSFinSpaceDataAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Deprecated.
|
Future<GetUserResult> |
AbstractAWSFinSpaceDataAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Deprecated.
|
Future<GetUserResult> |
AWSFinSpaceDataAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUserResult> |
AWSFinSpaceDataAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Deprecated.
|
Future<GetUserResult> |
AbstractAWSFinSpaceDataAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Deprecated.
|
Future<GetUserResult> |
AWSFinSpaceDataAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GetUserResult |
GetUserResult.clone() |
GetUserResult |
GetUserResult.withApiAccess(ApiAccess apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
GetUserResult |
GetUserResult.withApiAccess(String apiAccess)
Indicates whether the user can use the
GetProgrammaticAccessCredentials API to obtain credentials
that can then be used to access other FinSpace Data API operations. |
GetUserResult |
GetUserResult.withApiAccessPrincipalArn(String apiAccessPrincipalArn)
The ARN identifier of an AWS user or role that is allowed to call the
GetProgrammaticAccessCredentials API to obtain a credentials token for a specific FinSpace user. |
GetUserResult |
GetUserResult.withCreateTime(Long createTime)
The timestamp at which the user was created in FinSpace.
|
GetUserResult |
GetUserResult.withEmailAddress(String emailAddress)
The email address that is associated with the user.
|
GetUserResult |
GetUserResult.withFirstName(String firstName)
The first name of the user.
|
GetUserResult |
GetUserResult.withLastDisabledTime(Long lastDisabledTime)
Describes the last time the user was deactivated.
|
GetUserResult |
GetUserResult.withLastEnabledTime(Long lastEnabledTime)
Describes the last time the user was activated.
|
GetUserResult |
GetUserResult.withLastLoginTime(Long lastLoginTime)
Describes the last time that the user logged into their account.
|
GetUserResult |
GetUserResult.withLastModifiedTime(Long lastModifiedTime)
Describes the last time the user details were updated.
|
GetUserResult |
GetUserResult.withLastName(String lastName)
The last name of the user.
|
GetUserResult |
GetUserResult.withStatus(String status)
The current status of the user.
|
GetUserResult |
GetUserResult.withStatus(UserStatus status)
The current status of the user.
|
GetUserResult |
GetUserResult.withType(String type)
Indicates the type of user.
|
GetUserResult |
GetUserResult.withType(UserType type)
Indicates the type of user.
|
GetUserResult |
GetUserResult.withUserId(String userId)
The unique identifier for the user that is retrieved.
|
Copyright © 2024. All rights reserved.