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