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