Uses of Class
com.oracle.bmc.core.responses.ListBootVolumesResponse
-
Packages that use ListBootVolumesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListBootVolumesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListBootVolumesResponse Modifier and Type Method Description ListBootVolumesResponseBlockstorage. listBootVolumes(ListBootVolumesRequest request)Lists the boot volumes in the specified compartment and availability domain.ListBootVolumesResponseBlockstorageClient. listBootVolumes(ListBootVolumesRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListBootVolumesResponse 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)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 ListBootVolumesResponse 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 ListBootVolumesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListBootVolumesResponse Modifier and Type Method Description ListBootVolumesResponseListBootVolumesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListBootVolumesResponse Modifier and Type Method Description ListBootVolumesResponse.BuilderListBootVolumesResponse.Builder. copy(ListBootVolumesResponse o)Copy method to populate the builder with values from the given instance.
-