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 ListUsersResult
AbstractAmazonIdentityManagement. listUsers()
ListUsersResult
AbstractAmazonIdentityManagement. listUsers(ListUsersRequest request)
ListUsersResult
AmazonIdentityManagement. listUsers()
Simplified method form for invoking the ListUsers operation.ListUsersResult
AmazonIdentityManagement. listUsers(ListUsersRequest listUsersRequest)
Lists the IAM users that have the specified path prefix.ListUsersResult
AmazonIdentityManagementClient. listUsers()
ListUsersResult
AmazonIdentityManagementClient. 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 ListUsersResult
ListUsersResult. clone()
ListUsersResult
ListUsersResult. withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.ListUsersResult
ListUsersResult. withMarker(String marker)
WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListUsersResult
ListUsersResult. withUsers(User... users)
A list of users.ListUsersResult
ListUsersResult. withUsers(Collection<User> users)
A list of users.
-