Uses of Class
com.oracle.bmc.lockbox.requests.ListLockboxesRequest
-
Packages that use ListLockboxesRequest Package Description com.oracle.bmc.lockbox com.oracle.bmc.lockbox.requests -
-
Uses of ListLockboxesRequest in com.oracle.bmc.lockbox
Methods in com.oracle.bmc.lockbox with parameters of type ListLockboxesRequest Modifier and Type Method Description ListLockboxesResponse
Lockbox. listLockboxes(ListLockboxesRequest request)
Returns a list of Lockboxes.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)
ListLockboxesResponse
LockboxClient. listLockboxes(ListLockboxesRequest request)
Iterable<LockboxSummary>
LockboxPaginators. listLockboxesRecordIterator(ListLockboxesRequest request)
Creates a new iterable which will iterate over theLockboxSummary
objects contained in responses from the listLockboxes operation.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 ListLockboxesRequest 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 ListLockboxesRequest in com.oracle.bmc.lockbox.requests
Methods in com.oracle.bmc.lockbox.requests that return ListLockboxesRequest Modifier and Type Method Description ListLockboxesRequest
ListLockboxesRequest.Builder. build()
Build the instance of ListLockboxesRequest as configured by this builderListLockboxesRequest
ListLockboxesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListLockboxesRequest as configured by this builderMethods in com.oracle.bmc.lockbox.requests with parameters of type ListLockboxesRequest Modifier and Type Method Description ListLockboxesRequest.Builder
ListLockboxesRequest.Builder. copy(ListLockboxesRequest o)
Copy method to populate the builder with values from the given instance.
-