Uses of Class
com.amazonaws.services.identitymanagement.model.ListUsersResult
-
Packages that use ListUsersResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListUsersResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListUsersResult Modifier and Type Method Description ListUsersResultAbstractAmazonIdentityManagement. listUsers()ListUsersResultAbstractAmazonIdentityManagement. listUsers(ListUsersRequest request)ListUsersResultAmazonIdentityManagement. listUsers()Simplified method form for invoking the ListUsers operation.ListUsersResultAmazonIdentityManagement. listUsers(ListUsersRequest listUsersRequest)Lists the IAM users that have the specified path prefix.ListUsersResultAmazonIdentityManagementClient. listUsers()ListUsersResultAmazonIdentityManagementClient. listUsers(ListUsersRequest listUsersRequest)Lists the IAM users that have the specified path prefix.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListUsersResult Modifier and Type Method Description Future<ListUsersResult>AbstractAmazonIdentityManagementAsync. listUsersAsync()Simplified method form for invoking the ListUsers operation.Future<ListUsersResult>AbstractAmazonIdentityManagementAsync. listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Simplified method form for invoking the ListUsers operation with an AsyncHandler.Future<ListUsersResult>AbstractAmazonIdentityManagementAsync. listUsersAsync(ListUsersRequest request)Future<ListUsersResult>AbstractAmazonIdentityManagementAsync. listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Future<ListUsersResult>AmazonIdentityManagementAsync. listUsersAsync()Simplified method form for invoking the ListUsers operation.Future<ListUsersResult>AmazonIdentityManagementAsync. listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Simplified method form for invoking the ListUsers operation with an AsyncHandler.Future<ListUsersResult>AmazonIdentityManagementAsync. listUsersAsync(ListUsersRequest listUsersRequest)Lists the IAM users that have the specified path prefix.Future<ListUsersResult>AmazonIdentityManagementAsync. listUsersAsync(ListUsersRequest listUsersRequest, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Lists the IAM users that have the specified path prefix.Future<ListUsersResult>AmazonIdentityManagementAsyncClient. listUsersAsync()Simplified method form for invoking the ListUsers operation.Future<ListUsersResult>AmazonIdentityManagementAsyncClient. listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Simplified method form for invoking the ListUsers operation with an AsyncHandler.Future<ListUsersResult>AmazonIdentityManagementAsyncClient. listUsersAsync(ListUsersRequest request)Future<ListUsersResult>AmazonIdentityManagementAsyncClient. listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListUsersResult Modifier and Type Method Description Future<ListUsersResult>AbstractAmazonIdentityManagementAsync. listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Simplified method form for invoking the ListUsers operation with an AsyncHandler.Future<ListUsersResult>AbstractAmazonIdentityManagementAsync. listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Future<ListUsersResult>AmazonIdentityManagementAsync. listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Simplified method form for invoking the ListUsers operation with an AsyncHandler.Future<ListUsersResult>AmazonIdentityManagementAsync. listUsersAsync(ListUsersRequest listUsersRequest, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Lists the IAM users that have the specified path prefix.Future<ListUsersResult>AmazonIdentityManagementAsyncClient. listUsersAsync(AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler)Simplified method form for invoking the ListUsers operation with an AsyncHandler.Future<ListUsersResult>AmazonIdentityManagementAsyncClient. listUsersAsync(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResult> asyncHandler) -
Uses of ListUsersResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListUsersResult Modifier and Type Method Description ListUsersResultListUsersResult. clone()ListUsersResultListUsersResult. withIsTruncated(Boolean isTruncated)A flag that indicates whether there are more items to return.ListUsersResultListUsersResult. withMarker(String marker)WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.ListUsersResultListUsersResult. withUsers(User... users)A list of users.ListUsersResultListUsersResult. withUsers(Collection<User> users)A list of users.
-