Uses of Class
com.amazonaws.services.identitymanagement.model.AttachRolePolicyRequest
Packages that use AttachRolePolicyRequest
Package
Description
-
Uses of AttachRolePolicyRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type AttachRolePolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.attachRolePolicy(AttachRolePolicyRequest request) AmazonIdentityManagement.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest) Attaches the specified managed policy to the specified IAM role.AmazonIdentityManagementClient.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest) Attaches the specified managed policy to the specified IAM role.AbstractAmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest request) AbstractAmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest request, AsyncHandler<AttachRolePolicyRequest, AttachRolePolicyResult> asyncHandler) AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest) Attaches the specified managed policy to the specified IAM role.AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest, AsyncHandler<AttachRolePolicyRequest, AttachRolePolicyResult> asyncHandler) Attaches the specified managed policy to the specified IAM role.AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest request) AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest request, AsyncHandler<AttachRolePolicyRequest, AttachRolePolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type AttachRolePolicyRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest request, AsyncHandler<AttachRolePolicyRequest, AttachRolePolicyResult> asyncHandler) AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest, AsyncHandler<AttachRolePolicyRequest, AttachRolePolicyResult> asyncHandler) Attaches the specified managed policy to the specified IAM role.AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest request, AsyncHandler<AttachRolePolicyRequest, AttachRolePolicyResult> asyncHandler) -
Uses of AttachRolePolicyRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return AttachRolePolicyRequestModifier and TypeMethodDescriptionAttachRolePolicyRequest.clone()AttachRolePolicyRequest.withPolicyArn(String policyArn) The Amazon Resource Name (ARN) of the IAM policy you want to attach.AttachRolePolicyRequest.withRoleName(String roleName) The name (friendly name, not ARN) of the role to attach the policy to.