Uses of Class
com.amazonaws.services.identitymanagement.model.GetRolePolicyRequest
Packages that use GetRolePolicyRequest
Package
Description
-
Uses of GetRolePolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type GetRolePolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getRolePolicy
(GetRolePolicyRequest request) AmazonIdentityManagement.getRolePolicy
(GetRolePolicyRequest getRolePolicyRequest) Retrieves the specified inline policy document that is embedded with the specified IAM role.AmazonIdentityManagementClient.getRolePolicy
(GetRolePolicyRequest getRolePolicyRequest) Retrieves the specified inline policy document that is embedded with the specified IAM role.AbstractAmazonIdentityManagementAsync.getRolePolicyAsync
(GetRolePolicyRequest request) AbstractAmazonIdentityManagementAsync.getRolePolicyAsync
(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest, GetRolePolicyResult> asyncHandler) AmazonIdentityManagementAsync.getRolePolicyAsync
(GetRolePolicyRequest getRolePolicyRequest) Retrieves the specified inline policy document that is embedded with the specified IAM role.AmazonIdentityManagementAsync.getRolePolicyAsync
(GetRolePolicyRequest getRolePolicyRequest, AsyncHandler<GetRolePolicyRequest, GetRolePolicyResult> asyncHandler) Retrieves the specified inline policy document that is embedded with the specified IAM role.AmazonIdentityManagementAsyncClient.getRolePolicyAsync
(GetRolePolicyRequest request) AmazonIdentityManagementAsyncClient.getRolePolicyAsync
(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest, GetRolePolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetRolePolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getRolePolicyAsync
(GetRolePolicyRequest request, AsyncHandler<GetRolePolicyRequest, GetRolePolicyResult> asyncHandler) AmazonIdentityManagementAsync.getRolePolicyAsync
(GetRolePolicyRequest getRolePolicyRequest, AsyncHandler<GetRolePolicyRequest, GetRolePolicyResult> asyncHandler) Retrieves the specified inline policy document that is embedded with the specified IAM role.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 GetRolePolicyRequestModifier and TypeMethodDescriptionGetRolePolicyRequest.clone()
GetRolePolicyRequest.withPolicyName
(String policyName) The name of the policy document to get.GetRolePolicyRequest.withRoleName
(String roleName) The name of the role associated with the policy.