| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
GetRolePolicyResult |
AmazonIdentityManagementClient.getRolePolicy(GetRolePolicyRequest request)
Retrieves the specified inline policy document that is embedded with the specified IAM role.
|
GetRolePolicyResult |
AbstractAmazonIdentityManagement.getRolePolicy(GetRolePolicyRequest request) |
GetRolePolicyResult |
AmazonIdentityManagement.getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.
|
Future<GetRolePolicyResult> |
AbstractAmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest request) |
Future<GetRolePolicyResult> |
AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest request) |
Future<GetRolePolicyResult> |
AmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.
|
Future<GetRolePolicyResult> |
AbstractAmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest request,
AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler) |
Future<GetRolePolicyResult> |
AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest request,
AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler) |
Future<GetRolePolicyResult> |
AmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest,
AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded with the specified IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRolePolicyResult> |
AbstractAmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest request,
AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler) |
Future<GetRolePolicyResult> |
AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest request,
AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler) |
Future<GetRolePolicyResult> |
AmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest,
AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Retrieves the specified inline policy document that is embedded with the specified IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
GetRolePolicyRequest |
GetRolePolicyRequest.clone() |
GetRolePolicyRequest |
GetRolePolicyRequest.withPolicyName(String policyName)
The name of the policy document to get.
|
GetRolePolicyRequest |
GetRolePolicyRequest.withRoleName(String roleName)
The name of the role associated with the policy.
|
Copyright © 2020. All rights reserved.