Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
AttachRolePolicyResult |
AmazonIdentityManagementClient.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
AttachRolePolicyResult |
AbstractAmazonIdentityManagement.attachRolePolicy(AttachRolePolicyRequest request) |
AttachRolePolicyResult |
AmazonIdentityManagement.attachRolePolicy(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
Future<AttachRolePolicyResult> |
AbstractAmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest request) |
Future<AttachRolePolicyResult> |
AmazonIdentityManagementAsync.attachRolePolicyAsync(AttachRolePolicyRequest attachRolePolicyRequest)
Attaches the specified managed policy to the specified IAM role.
|
Future<AttachRolePolicyResult> |
AmazonIdentityManagementAsyncClient.attachRolePolicyAsync(AttachRolePolicyRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.