|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateAssumeRolePolicyRequest | |
---|---|
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. |
Uses of UpdateAssumeRolePolicyRequest in com.amazonaws.services.identitymanagement |
---|
Methods in com.amazonaws.services.identitymanagement with parameters of type UpdateAssumeRolePolicyRequest | |
---|---|
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> |
AmazonIdentityManagementAsyncClient.updateAssumeRolePolicyAsync(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,
AsyncHandler<UpdateAssumeRolePolicyRequest,Void> asyncHandler)
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. |
Method parameters in com.amazonaws.services.identitymanagement with type arguments of type UpdateAssumeRolePolicyRequest | |
---|---|
Future<Void> |
AmazonIdentityManagementAsyncClient.updateAssumeRolePolicyAsync(UpdateAssumeRolePolicyRequest updateAssumeRolePolicyRequest,
AsyncHandler<UpdateAssumeRolePolicyRequest,Void> asyncHandler)
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. |
Uses of UpdateAssumeRolePolicyRequest in com.amazonaws.services.identitymanagement.model |
---|
Methods in com.amazonaws.services.identitymanagement.model that return UpdateAssumeRolePolicyRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |