Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListRolesResult |
AmazonIdentityManagementClient.listRoles() |
ListRolesResult |
AbstractAmazonIdentityManagement.listRoles() |
ListRolesResult |
AmazonIdentityManagement.listRoles()
Simplified method form for invoking the ListRoles operation.
|
ListRolesResult |
AmazonIdentityManagementClient.listRoles(ListRolesRequest listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
ListRolesResult |
AbstractAmazonIdentityManagement.listRoles(ListRolesRequest request) |
ListRolesResult |
AmazonIdentityManagement.listRoles(ListRolesRequest listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
Future<ListRolesResult> |
AbstractAmazonIdentityManagementAsync.listRolesAsync()
Simplified method form for invoking the ListRoles operation.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync()
Simplified method form for invoking the ListRoles operation.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync()
Simplified method form for invoking the ListRoles operation.
|
Future<ListRolesResult> |
AbstractAmazonIdentityManagementAsync.listRolesAsync(AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Simplified method form for invoking the ListRoles operation with an
AsyncHandler.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync(AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Simplified method form for invoking the ListRoles operation with an
AsyncHandler.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync(AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Simplified method form for invoking the ListRoles operation with an
AsyncHandler.
|
Future<ListRolesResult> |
AbstractAmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest request) |
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync(ListRolesRequest request) |
Future<ListRolesResult> |
AbstractAmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest request,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler) |
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest listRolesRequest,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Lists the IAM roles that have the specified path prefix.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync(ListRolesRequest request,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ListRolesResult> |
AbstractAmazonIdentityManagementAsync.listRolesAsync(AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Simplified method form for invoking the ListRoles operation with an
AsyncHandler.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync(AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Simplified method form for invoking the ListRoles operation with an
AsyncHandler.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync(AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Simplified method form for invoking the ListRoles operation with an
AsyncHandler.
|
Future<ListRolesResult> |
AbstractAmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest request,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler) |
Future<ListRolesResult> |
AmazonIdentityManagementAsync.listRolesAsync(ListRolesRequest listRolesRequest,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler)
Lists the IAM roles that have the specified path prefix.
|
Future<ListRolesResult> |
AmazonIdentityManagementAsyncClient.listRolesAsync(ListRolesRequest request,
AsyncHandler<ListRolesRequest,ListRolesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListRolesResult |
ListRolesResult.clone() |
ListRolesResult |
ListRolesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListRolesResult |
ListRolesResult.withMarker(String marker)
When
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 © 2018. All rights reserved.