Uses of Class
com.amazonaws.services.identitymanagement.model.ListInstanceProfilesResult
-
Packages that use ListInstanceProfilesResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListInstanceProfilesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListInstanceProfilesResult Modifier and Type Method Description ListInstanceProfilesResult
AbstractAmazonIdentityManagement. listInstanceProfiles()
ListInstanceProfilesResult
AbstractAmazonIdentityManagement. listInstanceProfiles(ListInstanceProfilesRequest request)
ListInstanceProfilesResult
AmazonIdentityManagement. listInstanceProfiles()
Simplified method form for invoking the ListInstanceProfiles operation.ListInstanceProfilesResult
AmazonIdentityManagement. listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.ListInstanceProfilesResult
AmazonIdentityManagementClient. listInstanceProfiles()
ListInstanceProfilesResult
AmazonIdentityManagementClient. listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListInstanceProfilesResult Modifier and Type Method Description Future<ListInstanceProfilesResult>
AbstractAmazonIdentityManagementAsync. 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>
AbstractAmazonIdentityManagementAsync. listInstanceProfilesAsync(ListInstanceProfilesRequest request)
Future<ListInstanceProfilesResult>
AbstractAmazonIdentityManagementAsync. listInstanceProfilesAsync(ListInstanceProfilesRequest request, AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
Future<ListInstanceProfilesResult>
AmazonIdentityManagementAsync. listInstanceProfilesAsync()
Simplified method form for invoking the ListInstanceProfiles operation.Future<ListInstanceProfilesResult>
AmazonIdentityManagementAsync. listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
Simplified method form for invoking the ListInstanceProfiles operation with an AsyncHandler.Future<ListInstanceProfilesResult>
AmazonIdentityManagementAsync. 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()
Simplified method form for invoking the ListInstanceProfiles operation.Future<ListInstanceProfilesResult>
AmazonIdentityManagementAsyncClient. listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
Simplified method form for invoking the ListInstanceProfiles operation with an AsyncHandler.Future<ListInstanceProfilesResult>
AmazonIdentityManagementAsyncClient. listInstanceProfilesAsync(ListInstanceProfilesRequest request)
Future<ListInstanceProfilesResult>
AmazonIdentityManagementAsyncClient. listInstanceProfilesAsync(ListInstanceProfilesRequest request, AsyncHandler<ListInstanceProfilesRequest,ListInstanceProfilesResult> asyncHandler)
-
Uses of ListInstanceProfilesResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListInstanceProfilesResult Modifier and Type Method Description ListInstanceProfilesResult
ListInstanceProfilesResult. clone()
ListInstanceProfilesResult
ListInstanceProfilesResult. withInstanceProfiles(InstanceProfile... instanceProfiles)
A list of instance profiles.ListInstanceProfilesResult
ListInstanceProfilesResult. withInstanceProfiles(Collection<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)
WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.
-