Uses of Class
com.amazonaws.services.identitymanagement.model.PutRolePolicyRequest
Packages that use PutRolePolicyRequest
Package
Description
-
Uses of PutRolePolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type PutRolePolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.putRolePolicy(PutRolePolicyRequest request) AmazonIdentityManagement.putRolePolicy(PutRolePolicyRequest putRolePolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM role.AmazonIdentityManagementClient.putRolePolicy(PutRolePolicyRequest putRolePolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM role.AbstractAmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest request) AbstractAmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest request, AsyncHandler<PutRolePolicyRequest, PutRolePolicyResult> asyncHandler) AmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest) Adds or updates an inline policy document that is embedded in the specified IAM role.AmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest, AsyncHandler<PutRolePolicyRequest, PutRolePolicyResult> asyncHandler) Adds or updates an inline policy document that is embedded in the specified IAM role.AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest request) AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest request, AsyncHandler<PutRolePolicyRequest, PutRolePolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type PutRolePolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest request, AsyncHandler<PutRolePolicyRequest, PutRolePolicyResult> asyncHandler) AmazonIdentityManagementAsync.putRolePolicyAsync(PutRolePolicyRequest putRolePolicyRequest, AsyncHandler<PutRolePolicyRequest, PutRolePolicyResult> asyncHandler) Adds or updates an inline policy document that is embedded in the specified IAM role.AmazonIdentityManagementAsyncClient.putRolePolicyAsync(PutRolePolicyRequest request, AsyncHandler<PutRolePolicyRequest, PutRolePolicyResult> asyncHandler) -
Uses of PutRolePolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PutRolePolicyRequestModifier and TypeMethodDescriptionPutRolePolicyRequest.clone()PutRolePolicyRequest.withPolicyDocument(String policyDocument) The policy document.PutRolePolicyRequest.withPolicyName(String policyName) The name of the policy document.PutRolePolicyRequest.withRoleName(String roleName) The name of the role to associate the policy with.