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 |
---|---|
CreateRoleResult |
AmazonIdentityManagementClient.createRole(CreateRoleRequest createRoleRequest)
Creates a new role for your AWS account.
|
CreateRoleResult |
AmazonIdentityManagement.createRole(CreateRoleRequest createRoleRequest)
Creates a new role for your AWS account.
|
Future<CreateRoleResult> |
AmazonIdentityManagementAsync.createRoleAsync(CreateRoleRequest createRoleRequest)
Creates a new role for your AWS account.
|
Future<CreateRoleResult> |
AmazonIdentityManagementAsyncClient.createRoleAsync(CreateRoleRequest createRoleRequest)
Creates a new role for your AWS account.
|
Future<CreateRoleResult> |
AmazonIdentityManagementAsync.createRoleAsync(CreateRoleRequest createRoleRequest,
AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Creates a new role for your AWS account.
|
Future<CreateRoleResult> |
AmazonIdentityManagementAsyncClient.createRoleAsync(CreateRoleRequest createRoleRequest,
AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Creates a new role for your AWS account.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateRoleResult> |
AmazonIdentityManagementAsync.createRoleAsync(CreateRoleRequest createRoleRequest,
AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Creates a new role for your AWS account.
|
Future<CreateRoleResult> |
AmazonIdentityManagementAsyncClient.createRoleAsync(CreateRoleRequest createRoleRequest,
AsyncHandler<CreateRoleRequest,CreateRoleResult> asyncHandler)
Creates a new role for your AWS account.
|
Modifier and Type | Method and Description |
---|---|
CreateRoleRequest |
CreateRoleRequest.withAssumeRolePolicyDocument(String assumeRolePolicyDocument)
The policy that grants an entity permission to assume the role.
|
CreateRoleRequest |
CreateRoleRequest.withPath(String path)
The path to the role.
|
CreateRoleRequest |
CreateRoleRequest.withRoleName(String roleName)
Name of the role to create.
|
Copyright © 2014. All rights reserved.