Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListInstanceProfilesResult |
AmazonIdentityManagementClient.listInstanceProfiles() |
ListInstanceProfilesResult |
AbstractAmazonIdentityManagement.listInstanceProfiles() |
ListInstanceProfilesResult |
AmazonIdentityManagement.listInstanceProfiles()
Simplified method form for invoking the ListInstanceProfiles operation.
|
ListInstanceProfilesResult |
AmazonIdentityManagementClient.listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.
|
ListInstanceProfilesResult |
AbstractAmazonIdentityManagement.listInstanceProfiles(ListInstanceProfilesRequest request) |
ListInstanceProfilesResult |
AmazonIdentityManagement.listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.
|
Modifier and Type | Method and Description |
---|---|
Future<ListInstanceProfilesResult> |
AbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync()
Simplified method form for invoking the ListInstanceProfiles operation.
|
Future<ListInstanceProfilesResult> |
AmazonIdentityManagementAsync.listInstanceProfilesAsync()
Simplified method form for invoking the ListInstanceProfiles operation.
|
Future<ListInstanceProfilesResult> |
AmazonIdentityManagementAsyncClient.listInstanceProfilesAsync()
Simplified method form for invoking the ListInstanceProfiles operation.
|
Future<ListInstanceProfilesResult> |
AbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
Simplified method form for invoking the ListInstanceProfiles operation
with an AsyncHandler.
|
Future<ListInstanceProfilesResult> |
AmazonIdentityManagementAsync.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
Simplified method form for invoking the ListInstanceProfiles operation
with an AsyncHandler.
|
Future<ListInstanceProfilesResult> |
AmazonIdentityManagementAsyncClient.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
Simplified method form for invoking the ListInstanceProfiles operation
with an AsyncHandler.
|
Future<ListInstanceProfilesResult> |
AbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest request) |
Future<ListInstanceProfilesResult> |
AmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.
|
Future<ListInstanceProfilesResult> |
AmazonIdentityManagementAsyncClient.listInstanceProfilesAsync(ListInstanceProfilesRequest request) |
Future<ListInstanceProfilesResult> |
AbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest request,
AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler) |
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 request,
AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListInstanceProfilesResult |
ListInstanceProfilesResult.clone() |
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 items to return.
|
ListInstanceProfilesResult |
ListInstanceProfilesResult.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. |
Copyright © 2018. All rights reserved.