Uses of Class
com.oracle.bmc.core.responses.ListBootVolumeBackupsResponse
-
Packages that use ListBootVolumeBackupsResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListBootVolumeBackupsResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListBootVolumeBackupsResponse Modifier and Type Method Description ListBootVolumeBackupsResponse
Blockstorage. listBootVolumeBackups(ListBootVolumeBackupsRequest request)
Lists the boot volume backups in the specified compartment.ListBootVolumeBackupsResponse
BlockstorageClient. listBootVolumeBackups(ListBootVolumeBackupsRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ListBootVolumeBackupsResponse Modifier and Type Method Description Future<ListBootVolumeBackupsResponse>
BlockstorageAsync. listBootVolumeBackups(ListBootVolumeBackupsRequest request, AsyncHandler<ListBootVolumeBackupsRequest,ListBootVolumeBackupsResponse> handler)
Lists the boot volume backups in the specified compartment.Future<ListBootVolumeBackupsResponse>
BlockstorageAsyncClient. listBootVolumeBackups(ListBootVolumeBackupsRequest request, AsyncHandler<ListBootVolumeBackupsRequest,ListBootVolumeBackupsResponse> handler)
Iterable<ListBootVolumeBackupsResponse>
BlockstoragePaginators. listBootVolumeBackupsResponseIterator(ListBootVolumeBackupsRequest request)
Creates a new iterable which will iterate over the responses received from the listBootVolumeBackups operation.Method parameters in com.oracle.bmc.core with type arguments of type ListBootVolumeBackupsResponse Modifier and Type Method Description Future<ListBootVolumeBackupsResponse>
BlockstorageAsync. listBootVolumeBackups(ListBootVolumeBackupsRequest request, AsyncHandler<ListBootVolumeBackupsRequest,ListBootVolumeBackupsResponse> handler)
Lists the boot volume backups in the specified compartment.Future<ListBootVolumeBackupsResponse>
BlockstorageAsyncClient. listBootVolumeBackups(ListBootVolumeBackupsRequest request, AsyncHandler<ListBootVolumeBackupsRequest,ListBootVolumeBackupsResponse> handler)
-
Uses of ListBootVolumeBackupsResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListBootVolumeBackupsResponse Modifier and Type Method Description ListBootVolumeBackupsResponse
ListBootVolumeBackupsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListBootVolumeBackupsResponse Modifier and Type Method Description ListBootVolumeBackupsResponse.Builder
ListBootVolumeBackupsResponse.Builder. copy(ListBootVolumeBackupsResponse o)
Copy method to populate the builder with values from the given instance.
-