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()
Lists the roles that have the specified path prefix.
|
ListRolesResult |
AmazonIdentityManagement.listRoles()
Lists the roles that have the specified path prefix.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListRolesResult |
ListRolesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more roles to list.
|
ListRolesResult |
ListRolesResult.withMarker(String marker)
If
IsTruncated is true , this element is
present and contains the value to use for the Marker
parameter in a subsequent pagination request. |
ListRolesResult |
ListRolesResult.withRoles(Collection<Role> roles)
A list of roles.
|
ListRolesResult |
ListRolesResult.withRoles(Role... roles)
A list of roles.
|
Copyright © 2014. All rights reserved.