Uses of Class
com.oracle.bmc.disasterrecovery.requests.ChangeDrProtectionGroupCompartmentRequest
-
Packages that use ChangeDrProtectionGroupCompartmentRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of ChangeDrProtectionGroupCompartmentRequest in com.oracle.bmc.disasterrecovery
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type ChangeDrProtectionGroupCompartmentRequest 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 ChangeDrProtectionGroupCompartmentRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return ChangeDrProtectionGroupCompartmentRequest Modifier and Type Method Description ChangeDrProtectionGroupCompartmentRequest
ChangeDrProtectionGroupCompartmentRequest.Builder. build()
Build the instance of ChangeDrProtectionGroupCompartmentRequest as configured by this builderChangeDrProtectionGroupCompartmentRequest
ChangeDrProtectionGroupCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeDrProtectionGroupCompartmentRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type ChangeDrProtectionGroupCompartmentRequest Modifier and Type Method Description ChangeDrProtectionGroupCompartmentRequest.Builder
ChangeDrProtectionGroupCompartmentRequest.Builder. copy(ChangeDrProtectionGroupCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-