Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
ListVolumesResponse |
BlockstorageClient.listVolumes(ListVolumesRequest request) |
ListVolumesResponse |
Blockstorage.listVolumes(ListVolumesRequest request)
Lists the volumes in the specified compartment and availability domain.
|
Modifier and Type | Method and Description |
---|---|
Future<ListVolumesResponse> |
BlockstorageAsync.listVolumes(ListVolumesRequest request,
AsyncHandler<ListVolumesRequest,ListVolumesResponse> handler)
Lists the volumes in the specified compartment and availability domain.
|
Future<ListVolumesResponse> |
BlockstorageAsyncClient.listVolumes(ListVolumesRequest request,
AsyncHandler<ListVolumesRequest,ListVolumesResponse> handler) |
Iterable<ListVolumesResponse> |
BlockstoragePaginators.listVolumesResponseIterator(ListVolumesRequest request)
Creates a new iterable which will iterate over the responses received from the listVolumes
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListVolumesResponse> |
BlockstorageAsync.listVolumes(ListVolumesRequest request,
AsyncHandler<ListVolumesRequest,ListVolumesResponse> handler)
Lists the volumes in the specified compartment and availability domain.
|
Future<ListVolumesResponse> |
BlockstorageAsyncClient.listVolumes(ListVolumesRequest request,
AsyncHandler<ListVolumesRequest,ListVolumesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListVolumesResponse |
ListVolumesResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
ListVolumesResponse.Builder |
ListVolumesResponse.Builder.copy(ListVolumesResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.