Uses of Class
com.oracle.bmc.identity.responses.ListUsersResponse
-
Packages that use ListUsersResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of ListUsersResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return ListUsersResponse Modifier and Type Method Description ListUsersResponse
Identity. listUsers(ListUsersRequest request)
Lists the users in your tenancy.ListUsersResponse
IdentityClient. listUsers(ListUsersRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type ListUsersResponse 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)
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 ListUsersResponse 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 ListUsersResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return ListUsersResponse Modifier and Type Method Description ListUsersResponse
ListUsersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type ListUsersResponse Modifier and Type Method Description ListUsersResponse.Builder
ListUsersResponse.Builder. copy(ListUsersResponse o)
Copy method to populate the builder with values from the given instance.
-