Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
ListUsersResponse |
IdentityClient.listUsers(ListUsersRequest request) |
ListUsersResponse |
Identity.listUsers(ListUsersRequest request)
Lists the users in your tenancy.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListUsersResponse |
ListUsersResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.copy(ListUsersResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.