Uses of Class
com.amazonaws.services.identitymanagement.model.GetRoleRequest
-
Packages that use GetRoleRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetRoleRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetRoleRequest Modifier and Type Method Description GetRoleResult
AbstractAmazonIdentityManagement. getRole(GetRoleRequest request)
GetRoleResult
AmazonIdentityManagement. getRole(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.GetRoleResult
AmazonIdentityManagementClient. getRole(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.Future<GetRoleResult>
AbstractAmazonIdentityManagementAsync. getRoleAsync(GetRoleRequest request)
Future<GetRoleResult>
AbstractAmazonIdentityManagementAsync. getRoleAsync(GetRoleRequest request, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
Future<GetRoleResult>
AmazonIdentityManagementAsync. getRoleAsync(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.Future<GetRoleResult>
AmazonIdentityManagementAsync. getRoleAsync(GetRoleRequest getRoleRequest, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.Future<GetRoleResult>
AmazonIdentityManagementAsyncClient. getRoleAsync(GetRoleRequest request)
Future<GetRoleResult>
AmazonIdentityManagementAsyncClient. getRoleAsync(GetRoleRequest request, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetRoleRequest Modifier and Type Method Description Future<GetRoleResult>
AbstractAmazonIdentityManagementAsync. getRoleAsync(GetRoleRequest request, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
Future<GetRoleResult>
AmazonIdentityManagementAsync. getRoleAsync(GetRoleRequest getRoleRequest, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
Retrieves information about the specified role, including the role's path, GUID, ARN, and the role's trust policy that grants permission to assume the role.Future<GetRoleResult>
AmazonIdentityManagementAsyncClient. getRoleAsync(GetRoleRequest request, AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
-
Uses of GetRoleRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetRoleRequest Modifier and Type Method Description GetRoleRequest
GetRoleRequest. clone()
GetRoleRequest
GetRoleRequest. withRoleName(String roleName)
The name of the IAM role to get information about.
-