Uses of Class
com.oracle.bmc.core.requests.UpdateBootVolumeBackupRequest
-
Packages that use UpdateBootVolumeBackupRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateBootVolumeBackupRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type UpdateBootVolumeBackupRequest Modifier and Type Method Description UpdateBootVolumeBackupResponse
Blockstorage. updateBootVolumeBackup(UpdateBootVolumeBackupRequest request)
Updates the display name for the specified boot volume backup.Future<UpdateBootVolumeBackupResponse>
BlockstorageAsync. updateBootVolumeBackup(UpdateBootVolumeBackupRequest request, AsyncHandler<UpdateBootVolumeBackupRequest,UpdateBootVolumeBackupResponse> handler)
Updates the display name for the specified boot volume backup.Future<UpdateBootVolumeBackupResponse>
BlockstorageAsyncClient. updateBootVolumeBackup(UpdateBootVolumeBackupRequest request, AsyncHandler<UpdateBootVolumeBackupRequest,UpdateBootVolumeBackupResponse> handler)
UpdateBootVolumeBackupResponse
BlockstorageClient. updateBootVolumeBackup(UpdateBootVolumeBackupRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateBootVolumeBackupRequest Modifier and Type Method Description Future<UpdateBootVolumeBackupResponse>
BlockstorageAsync. updateBootVolumeBackup(UpdateBootVolumeBackupRequest request, AsyncHandler<UpdateBootVolumeBackupRequest,UpdateBootVolumeBackupResponse> handler)
Updates the display name for the specified boot volume backup.Future<UpdateBootVolumeBackupResponse>
BlockstorageAsyncClient. updateBootVolumeBackup(UpdateBootVolumeBackupRequest request, AsyncHandler<UpdateBootVolumeBackupRequest,UpdateBootVolumeBackupResponse> handler)
-
Uses of UpdateBootVolumeBackupRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateBootVolumeBackupRequest Modifier and Type Method Description UpdateBootVolumeBackupRequest
UpdateBootVolumeBackupRequest.Builder. build()
Build the instance of UpdateBootVolumeBackupRequest as configured by this builderUpdateBootVolumeBackupRequest
UpdateBootVolumeBackupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateBootVolumeBackupRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateBootVolumeBackupRequest Modifier and Type Method Description UpdateBootVolumeBackupRequest.Builder
UpdateBootVolumeBackupRequest.Builder. copy(UpdateBootVolumeBackupRequest o)
Copy method to populate the builder with values from the given instance.
-