Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
GetUserResult |
AmazonIdentityManagementClient.getUser() |
GetUserResult |
AbstractAmazonIdentityManagement.getUser() |
GetUserResult |
AmazonIdentityManagement.getUser()
Simplified method form for invoking the GetUser operation.
|
GetUserResult |
AmazonIdentityManagementClient.getUser(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
GetUserResult |
AbstractAmazonIdentityManagement.getUser(GetUserRequest request) |
GetUserResult |
AmazonIdentityManagement.getUser(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
Modifier and Type | Method and Description |
---|---|
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync()
Simplified method form for invoking the GetUser operation.
|
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync()
Simplified method form for invoking the GetUser operation.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync()
Simplified method form for invoking the GetUser operation.
|
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request) |
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an
AsyncHandler.
|
Future<GetUserResult> |
AbstractAmazonIdentityManagementAsync.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Future<GetUserResult> |
AmazonIdentityManagementAsync.getUserAsync(GetUserRequest getUserRequest,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Retrieves information about the specified IAM user, including the user's
creation date, path, unique ID, and ARN.
|
Future<GetUserResult> |
AmazonIdentityManagementAsyncClient.getUserAsync(GetUserRequest request,
AsyncHandler<GetUserRequest,GetUserResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetUserResult |
GetUserResult.clone() |
GetUserResult |
GetUserResult.withUser(User user)
A structure containing details about the IAM user.
|
Copyright © 2018. All rights reserved.