Uses of Class
com.oracle.bmc.core.responses.ChangeBootVolumeBackupCompartmentResponse
-
Packages that use ChangeBootVolumeBackupCompartmentResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ChangeBootVolumeBackupCompartmentResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ChangeBootVolumeBackupCompartmentResponse Modifier and Type Method Description ChangeBootVolumeBackupCompartmentResponse
Blockstorage. changeBootVolumeBackupCompartment(ChangeBootVolumeBackupCompartmentRequest request)
Moves a boot volume backup into a different compartment within the same tenancy.ChangeBootVolumeBackupCompartmentResponse
BlockstorageClient. changeBootVolumeBackupCompartment(ChangeBootVolumeBackupCompartmentRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ChangeBootVolumeBackupCompartmentResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type ChangeBootVolumeBackupCompartmentResponse 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 ChangeBootVolumeBackupCompartmentResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ChangeBootVolumeBackupCompartmentResponse Modifier and Type Method Description ChangeBootVolumeBackupCompartmentResponse
ChangeBootVolumeBackupCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ChangeBootVolumeBackupCompartmentResponse Modifier and Type Method Description ChangeBootVolumeBackupCompartmentResponse.Builder
ChangeBootVolumeBackupCompartmentResponse.Builder. copy(ChangeBootVolumeBackupCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-