| 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 |
|---|---|
ListRolesResult |
AmazonIdentityManagementClient.listRoles(ListRolesRequest listRolesRequest)
Lists the roles that have the specified path prefix.
|
ListRolesResult |
AmazonIdentityManagement.listRoles(ListRolesRequest listRolesRequest)
Lists the roles that have the specified path prefix.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest listRolesRequest)
Lists the roles that have the specified path prefix.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync(ListRolesRequest listRolesRequest)
Lists the roles that have the specified path prefix.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest listRolesRequest,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Lists the roles that have the specified path prefix.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync(ListRolesRequest listRolesRequest,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Lists the roles that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest listRolesRequest,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Lists the roles that have the specified path prefix.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync(ListRolesRequest listRolesRequest,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Lists the roles that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
ListRolesRequest |
ListRolesRequest.clone() |
ListRolesRequest |
ListRolesRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you
receive a response indicating that the results are truncated.
|
ListRolesRequest |
ListRolesRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number
of items you want in the response.
|
ListRolesRequest |
ListRolesRequest.withPathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
Copyright © 2015. All rights reserved.