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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
CreateRoleResult |
CreateRoleResult.withRole(Role role)
Information about the role.
|
Copyright © 2014. All rights reserved.