Uses of Class
com.oracle.bmc.redis.responses.SwitchoverResponse
-
Packages that use SwitchoverResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of SwitchoverResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return SwitchoverResponse Modifier and Type Method Description SwitchoverResponseRedisCluster. switchover(SwitchoverRequest request)Switchover the roles between a secondary cluster and its primary cluster, making the secondary cluster the new primary and the original primary its secondary.SwitchoverResponseRedisClusterClient. switchover(SwitchoverRequest request)Methods in com.oracle.bmc.redis that return types with arguments of type SwitchoverResponse Modifier and Type Method Description Future<SwitchoverResponse>RedisClusterAsync. switchover(SwitchoverRequest request, AsyncHandler<SwitchoverRequest,SwitchoverResponse> handler)Switchover the roles between a secondary cluster and its primary cluster, making the secondary cluster the new primary and the original primary its secondary.Future<SwitchoverResponse>RedisClusterAsyncClient. switchover(SwitchoverRequest request, AsyncHandler<SwitchoverRequest,SwitchoverResponse> handler)Method parameters in com.oracle.bmc.redis with type arguments of type SwitchoverResponse Modifier and Type Method Description Future<SwitchoverResponse>RedisClusterAsync. switchover(SwitchoverRequest request, AsyncHandler<SwitchoverRequest,SwitchoverResponse> handler)Switchover the roles between a secondary cluster and its primary cluster, making the secondary cluster the new primary and the original primary its secondary.Future<SwitchoverResponse>RedisClusterAsyncClient. switchover(SwitchoverRequest request, AsyncHandler<SwitchoverRequest,SwitchoverResponse> handler) -
Uses of SwitchoverResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return SwitchoverResponse Modifier and Type Method Description SwitchoverResponseSwitchoverResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type SwitchoverResponse Modifier and Type Method Description SwitchoverResponse.BuilderSwitchoverResponse.Builder. copy(SwitchoverResponse o)Copy method to populate the builder with values from the given instance.
-