Uses of Class
com.oracle.bmc.disasterrecovery.requests.UpdateAutomaticDrConfigurationRequest
-
Packages that use UpdateAutomaticDrConfigurationRequest Package Description com.oracle.bmc.disasterrecovery com.oracle.bmc.disasterrecovery.requests -
-
Uses of UpdateAutomaticDrConfigurationRequest in com.oracle.bmc.disasterrecovery
Method parameters in com.oracle.bmc.disasterrecovery with type arguments of type UpdateAutomaticDrConfigurationRequest Modifier and Type Method Description Future<UpdateAutomaticDrConfigurationResponse>DisasterRecoveryAsync. updateAutomaticDrConfiguration(UpdateAutomaticDrConfigurationRequest request, AsyncHandler<UpdateAutomaticDrConfigurationRequest,UpdateAutomaticDrConfigurationResponse> handler)Update the Automatic DR configuration identified by automaticDrConfigurationId.Future<UpdateAutomaticDrConfigurationResponse>DisasterRecoveryAsyncClient. updateAutomaticDrConfiguration(UpdateAutomaticDrConfigurationRequest request, AsyncHandler<UpdateAutomaticDrConfigurationRequest,UpdateAutomaticDrConfigurationResponse> handler) -
Uses of UpdateAutomaticDrConfigurationRequest in com.oracle.bmc.disasterrecovery.requests
Methods in com.oracle.bmc.disasterrecovery.requests that return UpdateAutomaticDrConfigurationRequest Modifier and Type Method Description UpdateAutomaticDrConfigurationRequestUpdateAutomaticDrConfigurationRequest.Builder. build()Build the instance of UpdateAutomaticDrConfigurationRequest as configured by this builderUpdateAutomaticDrConfigurationRequestUpdateAutomaticDrConfigurationRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateAutomaticDrConfigurationRequest as configured by this builderMethods in com.oracle.bmc.disasterrecovery.requests with parameters of type UpdateAutomaticDrConfigurationRequest Modifier and Type Method Description UpdateAutomaticDrConfigurationRequest.BuilderUpdateAutomaticDrConfigurationRequest.Builder. copy(UpdateAutomaticDrConfigurationRequest o)Copy method to populate the builder with values from the given instance.
-