Uses of Class
com.oracle.bmc.core.requests.ListBootVolumesRequest
-
Packages that use ListBootVolumesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListBootVolumesRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ListBootVolumesRequest Modifier and Type Method Description ListBootVolumesResponse
Blockstorage. listBootVolumes(ListBootVolumesRequest request)
Lists the boot volumes in the specified compartment and availability domain.Future<ListBootVolumesResponse>
BlockstorageAsync. listBootVolumes(ListBootVolumesRequest request, AsyncHandler<ListBootVolumesRequest,ListBootVolumesResponse> handler)
Lists the boot volumes in the specified compartment and availability domain.Future<ListBootVolumesResponse>
BlockstorageAsyncClient. listBootVolumes(ListBootVolumesRequest request, AsyncHandler<ListBootVolumesRequest,ListBootVolumesResponse> handler)
ListBootVolumesResponse
BlockstorageClient. listBootVolumes(ListBootVolumesRequest request)
Iterable<BootVolume>
BlockstoragePaginators. listBootVolumesRecordIterator(ListBootVolumesRequest request)
Creates a new iterable which will iterate over theBootVolume
objects contained in responses from the listBootVolumes operation.Iterable<ListBootVolumesResponse>
BlockstoragePaginators. listBootVolumesResponseIterator(ListBootVolumesRequest request)
Creates a new iterable which will iterate over the responses received from the listBootVolumes operation.Method parameters in com.oracle.bmc.core with type arguments of type ListBootVolumesRequest Modifier and Type Method Description Future<ListBootVolumesResponse>
BlockstorageAsync. listBootVolumes(ListBootVolumesRequest request, AsyncHandler<ListBootVolumesRequest,ListBootVolumesResponse> handler)
Lists the boot volumes in the specified compartment and availability domain.Future<ListBootVolumesResponse>
BlockstorageAsyncClient. listBootVolumes(ListBootVolumesRequest request, AsyncHandler<ListBootVolumesRequest,ListBootVolumesResponse> handler)
-
Uses of ListBootVolumesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListBootVolumesRequest Modifier and Type Method Description ListBootVolumesRequest
ListBootVolumesRequest.Builder. build()
Build the instance of ListBootVolumesRequest as configured by this builderListBootVolumesRequest
ListBootVolumesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListBootVolumesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListBootVolumesRequest Modifier and Type Method Description ListBootVolumesRequest.Builder
ListBootVolumesRequest.Builder. copy(ListBootVolumesRequest o)
Copy method to populate the builder with values from the given instance.
-