Uses of Class
com.oracle.bmc.disasterrecovery.responses.ChangeDrProtectionGroupCompartmentResponse
-
Packages that use ChangeDrProtectionGroupCompartmentResponse Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.responses -
-
Uses of ChangeDrProtectionGroupCompartmentResponse in com.oracle.bmc.disasterrecovery
Methods in com.oracle.bmc.disasterrecovery that return ChangeDrProtectionGroupCompartmentResponse Modifier and Type Method Description ChangeDrProtectionGroupCompartmentResponse
DisasterRecovery. changeDrProtectionGroupCompartment(ChangeDrProtectionGroupCompartmentRequest request)
Move the DR protection group identified by drProtectionGroupId to a different compartment.ChangeDrProtectionGroupCompartmentResponse
DisasterRecoveryClient. changeDrProtectionGroupCompartment(ChangeDrProtectionGroupCompartmentRequest request)
Methods in com.oracle.bmc.disasterrecovery that return types with arguments of type ChangeDrProtectionGroupCompartmentResponse Modifier and Type Method Description Future<ChangeDrProtectionGroupCompartmentResponse>
DisasterRecoveryAsync. changeDrProtectionGroupCompartment(ChangeDrProtectionGroupCompartmentRequest request, AsyncHandler<ChangeDrProtectionGroupCompartmentRequest,ChangeDrProtectionGroupCompartmentResponse> handler)
Move the DR protection group identified by drProtectionGroupId to a different compartment.Future<ChangeDrProtectionGroupCompartmentResponse>
DisasterRecoveryAsyncClient. changeDrProtectionGroupCompartment(ChangeDrProtectionGroupCompartmentRequest request, AsyncHandler<ChangeDrProtectionGroupCompartmentRequest,ChangeDrProtectionGroupCompartmentResponse> handler)
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type ChangeDrProtectionGroupCompartmentResponse Modifier and Type Method Description Future<ChangeDrProtectionGroupCompartmentResponse>
DisasterRecoveryAsync. changeDrProtectionGroupCompartment(ChangeDrProtectionGroupCompartmentRequest request, AsyncHandler<ChangeDrProtectionGroupCompartmentRequest,ChangeDrProtectionGroupCompartmentResponse> handler)
Move the DR protection group identified by drProtectionGroupId to a different compartment.Future<ChangeDrProtectionGroupCompartmentResponse>
DisasterRecoveryAsyncClient. changeDrProtectionGroupCompartment(ChangeDrProtectionGroupCompartmentRequest request, AsyncHandler<ChangeDrProtectionGroupCompartmentRequest,ChangeDrProtectionGroupCompartmentResponse> handler)
-
Uses of ChangeDrProtectionGroupCompartmentResponse in com.oracle.bmc.disasterrecovery.responses
Methods in com.oracle.bmc.disasterrecovery.responses that return ChangeDrProtectionGroupCompartmentResponse Modifier and Type Method Description ChangeDrProtectionGroupCompartmentResponse
ChangeDrProtectionGroupCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.disasterrecovery.responses with parameters of type ChangeDrProtectionGroupCompartmentResponse Modifier and Type Method Description ChangeDrProtectionGroupCompartmentResponse.Builder
ChangeDrProtectionGroupCompartmentResponse.Builder. copy(ChangeDrProtectionGroupCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-