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