Uses of Class
com.oracle.bmc.redis.responses.ConvertToStandaloneClusterResponse
-
Packages that use ConvertToStandaloneClusterResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of ConvertToStandaloneClusterResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return ConvertToStandaloneClusterResponse Modifier and Type Method Description ConvertToStandaloneClusterResponseRedisCluster. convertToStandaloneCluster(ConvertToStandaloneClusterRequest request)Converts a secondary cluster into a standalone cluster so that it operates as an independent cluster.ConvertToStandaloneClusterResponseRedisClusterClient. convertToStandaloneCluster(ConvertToStandaloneClusterRequest request)Methods in com.oracle.bmc.redis that return types with arguments of type ConvertToStandaloneClusterResponse Modifier and Type Method Description Future<ConvertToStandaloneClusterResponse>RedisClusterAsync. convertToStandaloneCluster(ConvertToStandaloneClusterRequest request, AsyncHandler<ConvertToStandaloneClusterRequest,ConvertToStandaloneClusterResponse> handler)Converts a secondary cluster into a standalone cluster so that it operates as an independent cluster.Future<ConvertToStandaloneClusterResponse>RedisClusterAsyncClient. convertToStandaloneCluster(ConvertToStandaloneClusterRequest request, AsyncHandler<ConvertToStandaloneClusterRequest,ConvertToStandaloneClusterResponse> handler)Method parameters in com.oracle.bmc.redis with type arguments of type ConvertToStandaloneClusterResponse Modifier and Type Method Description Future<ConvertToStandaloneClusterResponse>RedisClusterAsync. convertToStandaloneCluster(ConvertToStandaloneClusterRequest request, AsyncHandler<ConvertToStandaloneClusterRequest,ConvertToStandaloneClusterResponse> handler)Converts a secondary cluster into a standalone cluster so that it operates as an independent cluster.Future<ConvertToStandaloneClusterResponse>RedisClusterAsyncClient. convertToStandaloneCluster(ConvertToStandaloneClusterRequest request, AsyncHandler<ConvertToStandaloneClusterRequest,ConvertToStandaloneClusterResponse> handler) -
Uses of ConvertToStandaloneClusterResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return ConvertToStandaloneClusterResponse Modifier and Type Method Description ConvertToStandaloneClusterResponseConvertToStandaloneClusterResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type ConvertToStandaloneClusterResponse Modifier and Type Method Description ConvertToStandaloneClusterResponse.BuilderConvertToStandaloneClusterResponse.Builder. copy(ConvertToStandaloneClusterResponse o)Copy method to populate the builder with values from the given instance.
-