Uses of Class
com.oracle.bmc.lockbox.responses.ListLockboxesResponse
-
Packages that use ListLockboxesResponse Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.responses -
-
Uses of ListLockboxesResponse in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox that return ListLockboxesResponse Modifier and Type Method Description ListLockboxesResponse
Lockbox. listLockboxes(ListLockboxesRequest request)
Returns a list of Lockboxes.ListLockboxesResponse
LockboxClient. listLockboxes(ListLockboxesRequest request)
Methods in com.oracle.bmc.lockbox that return types with arguments of type ListLockboxesResponse Modifier and Type Method Description Future<ListLockboxesResponse>
LockboxAsync. listLockboxes(ListLockboxesRequest request, AsyncHandler<ListLockboxesRequest,ListLockboxesResponse> handler)
Returns a list of Lockboxes.Future<ListLockboxesResponse>
LockboxAsyncClient. listLockboxes(ListLockboxesRequest request, AsyncHandler<ListLockboxesRequest,ListLockboxesResponse> handler)
Iterable<ListLockboxesResponse>
LockboxPaginators. listLockboxesResponseIterator(ListLockboxesRequest request)
Creates a new iterable which will iterate over the responses received from the listLockboxes operation.Method parameters in com.oracle.bmc.lockbox with type arguments of type ListLockboxesResponse Modifier and Type Method Description Future<ListLockboxesResponse>
LockboxAsync. listLockboxes(ListLockboxesRequest request, AsyncHandler<ListLockboxesRequest,ListLockboxesResponse> handler)
Returns a list of Lockboxes.Future<ListLockboxesResponse>
LockboxAsyncClient. listLockboxes(ListLockboxesRequest request, AsyncHandler<ListLockboxesRequest,ListLockboxesResponse> handler)
-
Uses of ListLockboxesResponse in com.oracle.bmc.lockbox.responses
Methods in com.oracle.bmc.lockbox.responses that return ListLockboxesResponse Modifier and Type Method Description ListLockboxesResponse
ListLockboxesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.lockbox.responses with parameters of type ListLockboxesResponse Modifier and Type Method Description ListLockboxesResponse.Builder
ListLockboxesResponse.Builder. copy(ListLockboxesResponse o)
Copy method to populate the builder with values from the given instance.
-