Uses of Class
com.oracle.bmc.core.responses.UpdateBootVolumeBackupResponse
-
Packages that use UpdateBootVolumeBackupResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateBootVolumeBackupResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateBootVolumeBackupResponse Modifier and Type Method Description UpdateBootVolumeBackupResponse
Blockstorage. updateBootVolumeBackup(UpdateBootVolumeBackupRequest request)
Updates the display name for the specified boot volume backup.UpdateBootVolumeBackupResponse
BlockstorageClient. updateBootVolumeBackup(UpdateBootVolumeBackupRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateBootVolumeBackupResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateBootVolumeBackupResponse 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 UpdateBootVolumeBackupResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateBootVolumeBackupResponse Modifier and Type Method Description UpdateBootVolumeBackupResponse
UpdateBootVolumeBackupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateBootVolumeBackupResponse Modifier and Type Method Description UpdateBootVolumeBackupResponse.Builder
UpdateBootVolumeBackupResponse.Builder. copy(UpdateBootVolumeBackupResponse o)
Copy method to populate the builder with values from the given instance.
-