Uses of Class
com.amazonaws.services.identitymanagement.model.GetUserResult
-
Packages that use GetUserResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetUserResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetUserResult Modifier and Type Method Description GetUserResult
AbstractAmazonIdentityManagement. getUser()
GetUserResult
AbstractAmazonIdentityManagement. getUser(GetUserRequest request)
GetUserResult
AmazonIdentityManagement. getUser()
Simplified method form for invoking the GetUser operation.GetUserResult
AmazonIdentityManagement. getUser(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.GetUserResult
AmazonIdentityManagementClient. getUser()
GetUserResult
AmazonIdentityManagementClient. getUser(GetUserRequest getUserRequest)
Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetUserResult Modifier and Type Method Description Future<GetUserResult>
AbstractAmazonIdentityManagementAsync. 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>
AbstractAmazonIdentityManagementAsync. getUserAsync(GetUserRequest request)
Future<GetUserResult>
AbstractAmazonIdentityManagementAsync. getUserAsync(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Future<GetUserResult>
AmazonIdentityManagementAsync. getUserAsync()
Simplified method form for invoking the GetUser operation.Future<GetUserResult>
AmazonIdentityManagementAsync. getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an AsyncHandler.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>
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()
Simplified method form for invoking the GetUser operation.Future<GetUserResult>
AmazonIdentityManagementAsyncClient. getUserAsync(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an AsyncHandler.Future<GetUserResult>
AmazonIdentityManagementAsyncClient. getUserAsync(GetUserRequest request)
Future<GetUserResult>
AmazonIdentityManagementAsyncClient. getUserAsync(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetUserResult Modifier and Type Method Description Future<GetUserResult>
AbstractAmazonIdentityManagementAsync. 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(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an 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(AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
Simplified method form for invoking the GetUser operation with an AsyncHandler.Future<GetUserResult>
AmazonIdentityManagementAsyncClient. getUserAsync(GetUserRequest request, AsyncHandler<GetUserRequest,GetUserResult> asyncHandler)
-
Uses of GetUserResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetUserResult Modifier and Type Method Description GetUserResult
GetUserResult. clone()
GetUserResult
GetUserResult. withUser(User user)
A structure containing details about the IAM user.
-