Uses of Class
com.oracle.bmc.identity.requests.ListUsersRequest
-
Packages that use ListUsersRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListUsersRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type ListUsersRequest Modifier and Type Method Description ListUsersResponse
Identity. listUsers(ListUsersRequest request)
Lists the users in your tenancy.Future<ListUsersResponse>
IdentityAsync. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)
Lists the users in your tenancy.Future<ListUsersResponse>
IdentityAsyncClient. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)
ListUsersResponse
IdentityClient. listUsers(ListUsersRequest request)
Iterable<User>
IdentityPaginators. listUsersRecordIterator(ListUsersRequest request)
Creates a new iterable which will iterate over theUser
objects contained in responses from the listUsers operation.Iterable<ListUsersResponse>
IdentityPaginators. listUsersResponseIterator(ListUsersRequest request)
Creates a new iterable which will iterate over the responses received from the listUsers operation.Method parameters in com.oracle.bmc.identity with type arguments of type ListUsersRequest Modifier and Type Method Description Future<ListUsersResponse>
IdentityAsync. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)
Lists the users in your tenancy.Future<ListUsersResponse>
IdentityAsyncClient. listUsers(ListUsersRequest request, AsyncHandler<ListUsersRequest,ListUsersResponse> handler)
-
Uses of ListUsersRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListUsersRequest Modifier and Type Method Description ListUsersRequest
ListUsersRequest.Builder. build()
Build the instance of ListUsersRequest as configured by this builderListUsersRequest
ListUsersRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListUsersRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListUsersRequest Modifier and Type Method Description ListUsersRequest.Builder
ListUsersRequest.Builder. copy(ListUsersRequest o)
Copy method to populate the builder with values from the given instance.
-