Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
ListUsersResponse |
IdentityClient.listUsers(ListUsersRequest request) |
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) |
Iterable<User> |
IdentityPaginators.listUsersRecordIterator(ListUsersRequest request)
Creates a new iterable which will iterate over the
User
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.
|
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 |
---|---|
ListUsersRequest |
ListUsersRequest.Builder.build()
Build the instance of ListUsersRequest as configured by this builder
|
ListUsersRequest |
ListUsersRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListUsersRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListUsersRequest.Builder |
ListUsersRequest.Builder.copy(ListUsersRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.