Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
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 role's trust policy that grants permission to
assume the role.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<GetRoleResult> |
AbstractAmazonIdentityManagementAsync.getRoleAsync(GetRoleRequest request) |
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> |
AmazonIdentityManagementAsyncClient.getRoleAsync(GetRoleRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
GetRoleResult |
GetRoleResult.clone() |
GetRoleResult |
GetRoleResult.withRole(Role role)
A structure containing details about the IAM role.
|
Copyright © 2018. All rights reserved.