Uses of Class
com.oracle.bmc.redis.responses.ConvertToSecondaryClusterResponse
-
Packages that use ConvertToSecondaryClusterResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of ConvertToSecondaryClusterResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return ConvertToSecondaryClusterResponse Modifier and Type Method Description ConvertToSecondaryClusterResponseRedisCluster. convertToSecondaryCluster(ConvertToSecondaryClusterRequest request)Converts an existing cluster into a secondary cluster by transforming it into a replica cache that replicates data from the specified primary cluster.ConvertToSecondaryClusterResponseRedisClusterClient. convertToSecondaryCluster(ConvertToSecondaryClusterRequest request)Methods in com.oracle.bmc.redis that return types with arguments of type ConvertToSecondaryClusterResponse Modifier and Type Method Description Future<ConvertToSecondaryClusterResponse>RedisClusterAsync. convertToSecondaryCluster(ConvertToSecondaryClusterRequest request, AsyncHandler<ConvertToSecondaryClusterRequest,ConvertToSecondaryClusterResponse> handler)Converts an existing cluster into a secondary cluster by transforming it into a replica cache that replicates data from the specified primary cluster.Future<ConvertToSecondaryClusterResponse>RedisClusterAsyncClient. convertToSecondaryCluster(ConvertToSecondaryClusterRequest request, AsyncHandler<ConvertToSecondaryClusterRequest,ConvertToSecondaryClusterResponse> handler)Method parameters in com.oracle.bmc.redis with type arguments of type ConvertToSecondaryClusterResponse Modifier and Type Method Description Future<ConvertToSecondaryClusterResponse>RedisClusterAsync. convertToSecondaryCluster(ConvertToSecondaryClusterRequest request, AsyncHandler<ConvertToSecondaryClusterRequest,ConvertToSecondaryClusterResponse> handler)Converts an existing cluster into a secondary cluster by transforming it into a replica cache that replicates data from the specified primary cluster.Future<ConvertToSecondaryClusterResponse>RedisClusterAsyncClient. convertToSecondaryCluster(ConvertToSecondaryClusterRequest request, AsyncHandler<ConvertToSecondaryClusterRequest,ConvertToSecondaryClusterResponse> handler) -
Uses of ConvertToSecondaryClusterResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return ConvertToSecondaryClusterResponse Modifier and Type Method Description ConvertToSecondaryClusterResponseConvertToSecondaryClusterResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type ConvertToSecondaryClusterResponse Modifier and Type Method Description ConvertToSecondaryClusterResponse.BuilderConvertToSecondaryClusterResponse.Builder. copy(ConvertToSecondaryClusterResponse o)Copy method to populate the builder with values from the given instance.
-