Uses of Class
com.amazonaws.services.identitymanagement.model.ListInstanceProfilesResult
Packages that use ListInstanceProfilesResult
Package
Description
-
Uses of ListInstanceProfilesResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListInstanceProfilesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listInstanceProfiles()AbstractAmazonIdentityManagement.listInstanceProfiles(ListInstanceProfilesRequest request) AmazonIdentityManagement.listInstanceProfiles()Simplified method form for invoking the ListInstanceProfiles operation.AmazonIdentityManagement.listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest) Lists the instance profiles that have the specified path prefix.AmazonIdentityManagementClient.listInstanceProfiles()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 ListInstanceProfilesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync()Simplified method form for invoking the ListInstanceProfiles operation.AbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Simplified method form for invoking the ListInstanceProfiles operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest request) AbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest request, AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) AmazonIdentityManagementAsync.listInstanceProfilesAsync()Simplified method form for invoking the ListInstanceProfiles operation.AmazonIdentityManagementAsync.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Simplified method form for invoking the ListInstanceProfiles operation with an AsyncHandler.AmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest listInstanceProfilesRequest) Lists the instance profiles that have the specified path prefix.AmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest listInstanceProfilesRequest, AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Lists the instance profiles that have the specified path prefix.AmazonIdentityManagementAsyncClient.listInstanceProfilesAsync()Simplified method form for invoking the ListInstanceProfiles operation.AmazonIdentityManagementAsyncClient.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Simplified method form for invoking the ListInstanceProfiles operation with an AsyncHandler.AmazonIdentityManagementAsyncClient.listInstanceProfilesAsync(ListInstanceProfilesRequest request) AmazonIdentityManagementAsyncClient.listInstanceProfilesAsync(ListInstanceProfilesRequest request, AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListInstanceProfilesResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Simplified method form for invoking the ListInstanceProfiles operation with an AsyncHandler.AbstractAmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest request, AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) AmazonIdentityManagementAsync.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Simplified method form for invoking the ListInstanceProfiles operation with an AsyncHandler.AmazonIdentityManagementAsync.listInstanceProfilesAsync(ListInstanceProfilesRequest listInstanceProfilesRequest, AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Lists the instance profiles that have the specified path prefix.AmazonIdentityManagementAsyncClient.listInstanceProfilesAsync(AsyncHandler<ListInstanceProfilesRequest, ListInstanceProfilesResult> asyncHandler) Simplified method form for invoking the ListInstanceProfiles operation with an AsyncHandler.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 ListInstanceProfilesResultModifier and TypeMethodDescriptionListInstanceProfilesResult.clone()ListInstanceProfilesResult.withInstanceProfiles(InstanceProfile... instanceProfiles) A list of instance profiles.ListInstanceProfilesResult.withInstanceProfiles(Collection<InstanceProfile> instanceProfiles) A list of instance profiles.ListInstanceProfilesResult.withIsTruncated(Boolean isTruncated) A flag that indicates whether there are more items to return.ListInstanceProfilesResult.withMarker(String marker) WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.