Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
GetRoleResult |
AmazonIdentityManagementClient.getRole(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's
path, GUID, ARN, and the policy granting permission to assume the
role.
|
GetRoleResult |
AmazonIdentityManagement.getRole(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's
path, GUID, ARN, and the policy granting permission to assume the
role.
|
Future<GetRoleResult> |
AmazonIdentityManagementAsync.getRoleAsync(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's
path, GUID, ARN, and the policy granting permission to assume the
role.
|
Future<GetRoleResult> |
AmazonIdentityManagementAsyncClient.getRoleAsync(GetRoleRequest getRoleRequest)
Retrieves information about the specified role, including the role's
path, GUID, ARN, and the policy granting 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 policy granting permission to assume the
role.
|
Future<GetRoleResult> |
AmazonIdentityManagementAsyncClient.getRoleAsync(GetRoleRequest getRoleRequest,
AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
Retrieves information about the specified role, including the role's
path, GUID, ARN, and the policy granting permission to assume the
role.
|
Modifier and Type | Method and Description |
---|---|
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 policy granting permission to assume the
role.
|
Future<GetRoleResult> |
AmazonIdentityManagementAsyncClient.getRoleAsync(GetRoleRequest getRoleRequest,
AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler)
Retrieves information about the specified role, including the role's
path, GUID, ARN, and the policy granting permission to assume the
role.
|
Modifier and Type | Method and Description |
---|---|
GetRoleRequest |
GetRoleRequest.withRoleName(String roleName)
Name of the role to get information about.
|
Copyright © 2014. All rights reserved.