Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
GetRolePolicyResult |
AmazonIdentityManagementClient.getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)
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.
|
Modifier and Type | Method and Description |
---|---|
Future<GetRolePolicyResult> |
AbstractAmazonIdentityManagementAsync.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> |
AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest request) |
Future<GetRolePolicyResult> |
AbstractAmazonIdentityManagementAsync.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.
|
Future<GetRolePolicyResult> |
AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest request,
AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<GetRolePolicyResult> |
AbstractAmazonIdentityManagementAsync.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.
|
Future<GetRolePolicyResult> |
AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest request,
AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetRolePolicyResult |
GetRolePolicyResult.clone() |
GetRolePolicyResult |
GetRolePolicyResult.withPolicyDocument(String policyDocument)
The policy document.
|
GetRolePolicyResult |
GetRolePolicyResult.withPolicyName(String policyName)
The name of the policy.
|
GetRolePolicyResult |
GetRolePolicyResult.withRoleName(String roleName)
The role the policy is associated with.
|
Copyright © 2018. All rights reserved.