Uses of Class
com.oracle.bmc.redis.responses.ChangeRedisClusterCompartmentResponse
-
Packages that use ChangeRedisClusterCompartmentResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of ChangeRedisClusterCompartmentResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return ChangeRedisClusterCompartmentResponse Modifier and Type Method Description ChangeRedisClusterCompartmentResponse
RedisCluster. changeRedisClusterCompartment(ChangeRedisClusterCompartmentRequest request)
Moves an OCI Cache cluster into a different compartment within the same tenancy.ChangeRedisClusterCompartmentResponse
RedisClusterClient. changeRedisClusterCompartment(ChangeRedisClusterCompartmentRequest request)
Methods in com.oracle.bmc.redis that return types with arguments of type ChangeRedisClusterCompartmentResponse Modifier and Type Method Description Future<ChangeRedisClusterCompartmentResponse>
RedisClusterAsync. changeRedisClusterCompartment(ChangeRedisClusterCompartmentRequest request, AsyncHandler<ChangeRedisClusterCompartmentRequest,ChangeRedisClusterCompartmentResponse> handler)
Moves an OCI Cache cluster into a different compartment within the same tenancy.Future<ChangeRedisClusterCompartmentResponse>
RedisClusterAsyncClient. changeRedisClusterCompartment(ChangeRedisClusterCompartmentRequest request, AsyncHandler<ChangeRedisClusterCompartmentRequest,ChangeRedisClusterCompartmentResponse> handler)
Method parameters in com.oracle.bmc.redis with type arguments of type ChangeRedisClusterCompartmentResponse Modifier and Type Method Description Future<ChangeRedisClusterCompartmentResponse>
RedisClusterAsync. changeRedisClusterCompartment(ChangeRedisClusterCompartmentRequest request, AsyncHandler<ChangeRedisClusterCompartmentRequest,ChangeRedisClusterCompartmentResponse> handler)
Moves an OCI Cache cluster into a different compartment within the same tenancy.Future<ChangeRedisClusterCompartmentResponse>
RedisClusterAsyncClient. changeRedisClusterCompartment(ChangeRedisClusterCompartmentRequest request, AsyncHandler<ChangeRedisClusterCompartmentRequest,ChangeRedisClusterCompartmentResponse> handler)
-
Uses of ChangeRedisClusterCompartmentResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return ChangeRedisClusterCompartmentResponse Modifier and Type Method Description ChangeRedisClusterCompartmentResponse
ChangeRedisClusterCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type ChangeRedisClusterCompartmentResponse Modifier and Type Method Description ChangeRedisClusterCompartmentResponse.Builder
ChangeRedisClusterCompartmentResponse.Builder. copy(ChangeRedisClusterCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-