Package | Description |
---|---|
com.oracle.bmc.lockbox | |
com.oracle.bmc.lockbox.requests |
Modifier and Type | Method and Description |
---|---|
ListLockboxesResponse |
LockboxClient.listLockboxes(ListLockboxesRequest request) |
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) |
Iterable<LockboxSummary> |
LockboxPaginators.listLockboxesRecordIterator(ListLockboxesRequest request)
Creates a new iterable which will iterate over the
LockboxSummary 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListLockboxesRequest |
ListLockboxesRequest.Builder.build()
Build the instance of ListLockboxesRequest as configured by this builder
|
ListLockboxesRequest |
ListLockboxesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListLockboxesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListLockboxesRequest.Builder |
ListLockboxesRequest.Builder.copy(ListLockboxesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.