| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model | |
| com.amazonaws.services.identitymanagement.waiters |
| Modifier and Type | Method and Description |
|---|---|
GetRoleResult |
AbstractAmazonIdentityManagement.getRole(GetRoleRequest request) |
GetRoleResult |
AmazonIdentityManagementClient.getRole(GetRoleRequest request)
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 |
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.
|
Future<GetRoleResult> |
AbstractAmazonIdentityManagementAsync.getRoleAsync(GetRoleRequest request) |
Future<GetRoleResult> |
AmazonIdentityManagementAsyncClient.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> |
AbstractAmazonIdentityManagementAsync.getRoleAsync(GetRoleRequest request,
AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler) |
Future<GetRoleResult> |
AmazonIdentityManagementAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRoleResult> |
AbstractAmazonIdentityManagementAsync.getRoleAsync(GetRoleRequest request,
AsyncHandler<GetRoleRequest,GetRoleResult> asyncHandler) |
Future<GetRoleResult> |
AmazonIdentityManagementAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetRoleRequest |
GetRoleRequest.clone() |
GetRoleRequest |
GetRoleRequest.withRoleName(String roleName)
The name of the IAM role to get information about.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetRoleRequest> |
AmazonIdentityManagementWaiters.roleExists()
Builds a RoleExists waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetRoleResult |
GetRoleFunction.apply(GetRoleRequest getRoleRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.