Package | Description |
---|---|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonIdentityManagementClient.updateAssumeRolePolicy(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest)
Updates the policy that grants an entity permission to assume a role.
|
void |
AmazonIdentityManagement.updateAssumeRolePolicy(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest)
Updates the policy that grants an entity permission to assume a role.
|
Future<Void> |
AmazonIdentityManagementAsync.updateAssumeRolePolicyAsync(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest)
Updates the policy that grants an entity permission to assume a role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateAssumeRolePolicyAsync(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest)
Updates the policy that grants an entity permission to assume a role.
|
Future<Void> |
AmazonIdentityManagementAsync.updateAssumeRolePolicyAsync(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest,
AsyncHandler<UpdateAssumeRolePolicyRequest,Void> asyncHandler)
Updates the policy that grants an entity permission to assume a role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateAssumeRolePolicyAsync(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest,
AsyncHandler<UpdateAssumeRolePolicyRequest,Void> asyncHandler)
Updates the policy that grants an entity permission to assume a role.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonIdentityManagementAsync.updateAssumeRolePolicyAsync(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest,
AsyncHandler<UpdateAssumeRolePolicyRequest,Void> asyncHandler)
Updates the policy that grants an entity permission to assume a role.
|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateAssumeRolePolicyAsync(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest,
AsyncHandler<UpdateAssumeRolePolicyRequest,Void> asyncHandler)
Updates the policy that grants an entity permission to assume a role.
|
Modifier and Type | Method and Description |
---|---|
UpdateAssumeRolePolicyRequest |
UpdateAssumeRolePolicyRequest.withPolicyDocument(String policyDocument)
The policy that grants an entity permission to assume the role.
|
UpdateAssumeRolePolicyRequest |
UpdateAssumeRolePolicyRequest.withRoleName(String roleName)
Name of the role to update.
|
Copyright © 2014. All rights reserved.