Uses of Class
com.oracle.bmc.redis.requests.ConvertToSecondaryClusterRequest
-
Packages that use ConvertToSecondaryClusterRequest Package Description com.oracle.bmc.redis com.oracle.bmc.redis.requests -
-
Uses of ConvertToSecondaryClusterRequest in com.oracle.bmc.redis
Method parameters in com.oracle.bmc.redis with type arguments of type ConvertToSecondaryClusterRequest 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 ConvertToSecondaryClusterRequest in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return ConvertToSecondaryClusterRequest Modifier and Type Method Description ConvertToSecondaryClusterRequestConvertToSecondaryClusterRequest.Builder. build()Build the instance of ConvertToSecondaryClusterRequest as configured by this builderConvertToSecondaryClusterRequestConvertToSecondaryClusterRequest.Builder. buildWithoutInvocationCallback()Build the instance of ConvertToSecondaryClusterRequest as configured by this builderMethods in com.oracle.bmc.redis.requests with parameters of type ConvertToSecondaryClusterRequest Modifier and Type Method Description ConvertToSecondaryClusterRequest.BuilderConvertToSecondaryClusterRequest.Builder. copy(ConvertToSecondaryClusterRequest o)Copy method to populate the builder with values from the given instance.
-