Uses of Class
com.amazonaws.services.identitymanagement.model.GetRolePolicyRequest
-
Packages that use GetRolePolicyRequest Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of GetRolePolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetRolePolicyRequest Modifier and Type Method Description GetRolePolicyResult
AbstractAmazonIdentityManagement. getRolePolicy(GetRolePolicyRequest request)
GetRolePolicyResult
AmazonIdentityManagement. getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.GetRolePolicyResult
AmazonIdentityManagementClient. 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>
AbstractAmazonIdentityManagementAsync. getRolePolicyAsync(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Future<GetRolePolicyResult>
AmazonIdentityManagementAsync. getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest)
Retrieves the specified inline policy document that is embedded with the specified IAM role.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)
Future<GetRolePolicyResult>
AmazonIdentityManagementAsyncClient. getRolePolicyAsync(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetRolePolicyRequest Modifier and Type Method 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)
-
Uses of GetRolePolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetRolePolicyRequest Modifier and Type Method 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.
-