Uses of Class
com.oracle.bmc.recovery.requests.ChangeRecoveryServiceSubnetCompartmentRequest
-
Packages that use ChangeRecoveryServiceSubnetCompartmentRequest Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.requests -
-
Uses of ChangeRecoveryServiceSubnetCompartmentRequest in com.oracle.bmc.recovery
Method parameters in com.oracle.bmc.recovery with type arguments of type ChangeRecoveryServiceSubnetCompartmentRequest Modifier and Type Method Description Future<ChangeRecoveryServiceSubnetCompartmentResponse>
DatabaseRecoveryAsync. changeRecoveryServiceSubnetCompartment(ChangeRecoveryServiceSubnetCompartmentRequest request, AsyncHandler<ChangeRecoveryServiceSubnetCompartmentRequest,ChangeRecoveryServiceSubnetCompartmentResponse> handler)
Moves a recovery service subnet resource from the existing compartment to the specified compartment.Future<ChangeRecoveryServiceSubnetCompartmentResponse>
DatabaseRecoveryAsyncClient. changeRecoveryServiceSubnetCompartment(ChangeRecoveryServiceSubnetCompartmentRequest request, AsyncHandler<ChangeRecoveryServiceSubnetCompartmentRequest,ChangeRecoveryServiceSubnetCompartmentResponse> handler)
-
Uses of ChangeRecoveryServiceSubnetCompartmentRequest in com.oracle.bmc.recovery.requests
Methods in com.oracle.bmc.recovery.requests that return ChangeRecoveryServiceSubnetCompartmentRequest Modifier and Type Method Description ChangeRecoveryServiceSubnetCompartmentRequest
ChangeRecoveryServiceSubnetCompartmentRequest.Builder. build()
Build the instance of ChangeRecoveryServiceSubnetCompartmentRequest as configured by this builderChangeRecoveryServiceSubnetCompartmentRequest
ChangeRecoveryServiceSubnetCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeRecoveryServiceSubnetCompartmentRequest as configured by this builderMethods in com.oracle.bmc.recovery.requests with parameters of type ChangeRecoveryServiceSubnetCompartmentRequest Modifier and Type Method Description ChangeRecoveryServiceSubnetCompartmentRequest.Builder
ChangeRecoveryServiceSubnetCompartmentRequest.Builder. copy(ChangeRecoveryServiceSubnetCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-