Uses of Class
com.oracle.bmc.core.requests.ChangeBootVolumeBackupCompartmentRequest
-
Packages that use ChangeBootVolumeBackupCompartmentRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ChangeBootVolumeBackupCompartmentRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ChangeBootVolumeBackupCompartmentRequest Modifier and Type Method Description Future<ChangeBootVolumeBackupCompartmentResponse>
BlockstorageAsync. changeBootVolumeBackupCompartment(ChangeBootVolumeBackupCompartmentRequest request, AsyncHandler<ChangeBootVolumeBackupCompartmentRequest,ChangeBootVolumeBackupCompartmentResponse> handler)
Moves a boot volume backup into a different compartment within the same tenancy.Future<ChangeBootVolumeBackupCompartmentResponse>
BlockstorageAsyncClient. changeBootVolumeBackupCompartment(ChangeBootVolumeBackupCompartmentRequest request, AsyncHandler<ChangeBootVolumeBackupCompartmentRequest,ChangeBootVolumeBackupCompartmentResponse> handler)
-
Uses of ChangeBootVolumeBackupCompartmentRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ChangeBootVolumeBackupCompartmentRequest Modifier and Type Method Description ChangeBootVolumeBackupCompartmentRequest
ChangeBootVolumeBackupCompartmentRequest.Builder. build()
Build the instance of ChangeBootVolumeBackupCompartmentRequest as configured by this builderChangeBootVolumeBackupCompartmentRequest
ChangeBootVolumeBackupCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeBootVolumeBackupCompartmentRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ChangeBootVolumeBackupCompartmentRequest Modifier and Type Method Description ChangeBootVolumeBackupCompartmentRequest.Builder
ChangeBootVolumeBackupCompartmentRequest.Builder. copy(ChangeBootVolumeBackupCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-