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