Uses of Class
com.amazonaws.services.identitymanagement.model.GetUserRequest
Packages that use GetUserRequest
Package
Description
-
Uses of GetUserRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetUserRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getUser
(GetUserRequest request) AmazonIdentityManagement.getUser
(GetUserRequest getUserRequest) Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.AmazonIdentityManagementClient.getUser
(GetUserRequest getUserRequest) Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.AbstractAmazonIdentityManagementAsync.getUserAsync
(GetUserRequest request) AbstractAmazonIdentityManagementAsync.getUserAsync
(GetUserRequest request, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) AmazonIdentityManagementAsync.getUserAsync
(GetUserRequest getUserRequest) Retrieves information about the specified IAM user, including the user's creation date, path, unique ID, and ARN.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.AmazonIdentityManagementAsyncClient.getUserAsync
(GetUserRequest request) AmazonIdentityManagementAsyncClient.getUserAsync
(GetUserRequest request, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetUserRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getUserAsync
(AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) Simplified method form for invoking the GetUser operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.getUserAsync
(GetUserRequest request, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) AmazonIdentityManagementAsync.getUserAsync
(AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) Simplified method form for invoking the GetUser operation with an AsyncHandler.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.AmazonIdentityManagementAsyncClient.getUserAsync
(AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) Simplified method form for invoking the GetUser operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.getUserAsync
(GetUserRequest request, AsyncHandler<GetUserRequest, GetUserResult> asyncHandler) -
Uses of GetUserRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetUserRequestModifier and TypeMethodDescriptionGetUserRequest.clone()
GetUserRequest.withUserName
(String userName) The name of the user to get information about.