Uses of Class
com.oracle.bmc.recovery.responses.UpdateRecoveryServiceSubnetResponse
-
Packages that use UpdateRecoveryServiceSubnetResponse Package Description com.oracle.bmc.recovery com.oracle.bmc.recovery.responses -
-
Uses of UpdateRecoveryServiceSubnetResponse in com.oracle.bmc.recovery
Methods in com.oracle.bmc.recovery that return UpdateRecoveryServiceSubnetResponse Modifier and Type Method Description UpdateRecoveryServiceSubnetResponse
DatabaseRecovery. updateRecoveryServiceSubnet(UpdateRecoveryServiceSubnetRequest request)
Updates the specified recovery service subnet.UpdateRecoveryServiceSubnetResponse
DatabaseRecoveryClient. updateRecoveryServiceSubnet(UpdateRecoveryServiceSubnetRequest request)
Methods in com.oracle.bmc.recovery that return types with arguments of type UpdateRecoveryServiceSubnetResponse Modifier and Type Method Description Future<UpdateRecoveryServiceSubnetResponse>
DatabaseRecoveryAsync. updateRecoveryServiceSubnet(UpdateRecoveryServiceSubnetRequest request, AsyncHandler<UpdateRecoveryServiceSubnetRequest,UpdateRecoveryServiceSubnetResponse> handler)
Updates the specified recovery service subnet.Future<UpdateRecoveryServiceSubnetResponse>
DatabaseRecoveryAsyncClient. updateRecoveryServiceSubnet(UpdateRecoveryServiceSubnetRequest request, AsyncHandler<UpdateRecoveryServiceSubnetRequest,UpdateRecoveryServiceSubnetResponse> handler)
Method parameters in com.oracle.bmc.recovery with type arguments of type UpdateRecoveryServiceSubnetResponse Modifier and Type Method Description Future<UpdateRecoveryServiceSubnetResponse>
DatabaseRecoveryAsync. updateRecoveryServiceSubnet(UpdateRecoveryServiceSubnetRequest request, AsyncHandler<UpdateRecoveryServiceSubnetRequest,UpdateRecoveryServiceSubnetResponse> handler)
Updates the specified recovery service subnet.Future<UpdateRecoveryServiceSubnetResponse>
DatabaseRecoveryAsyncClient. updateRecoveryServiceSubnet(UpdateRecoveryServiceSubnetRequest request, AsyncHandler<UpdateRecoveryServiceSubnetRequest,UpdateRecoveryServiceSubnetResponse> handler)
-
Uses of UpdateRecoveryServiceSubnetResponse in com.oracle.bmc.recovery.responses
Methods in com.oracle.bmc.recovery.responses that return UpdateRecoveryServiceSubnetResponse Modifier and Type Method Description UpdateRecoveryServiceSubnetResponse
UpdateRecoveryServiceSubnetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.recovery.responses with parameters of type UpdateRecoveryServiceSubnetResponse Modifier and Type Method Description UpdateRecoveryServiceSubnetResponse.Builder
UpdateRecoveryServiceSubnetResponse.Builder. copy(UpdateRecoveryServiceSubnetResponse o)
Copy method to populate the builder with values from the given instance.
-