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()
Lists the instance profiles that have the specified path prefix.
|
ListInstanceProfilesResult |
AmazonIdentityManagement.listInstanceProfiles()
Lists the instance profiles that have the specified path prefix.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more instance profiles to
list.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.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. |
Copyright © 2014. All rights reserved.