Uses of Class
com.oracle.bmc.redis.responses.ChangeOciCacheUserCompartmentResponse
-
Packages that use ChangeOciCacheUserCompartmentResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of ChangeOciCacheUserCompartmentResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return ChangeOciCacheUserCompartmentResponse Modifier and Type Method Description ChangeOciCacheUserCompartmentResponse
OciCacheUser. changeOciCacheUserCompartment(ChangeOciCacheUserCompartmentRequest request)
Moves an OCI Cache User from one compartment to another within the same tenancy.ChangeOciCacheUserCompartmentResponse
OciCacheUserClient. changeOciCacheUserCompartment(ChangeOciCacheUserCompartmentRequest request)
Methods in com.oracle.bmc.redis that return types with arguments of type ChangeOciCacheUserCompartmentResponse Modifier and Type Method Description Future<ChangeOciCacheUserCompartmentResponse>
OciCacheUserAsync. changeOciCacheUserCompartment(ChangeOciCacheUserCompartmentRequest request, AsyncHandler<ChangeOciCacheUserCompartmentRequest,ChangeOciCacheUserCompartmentResponse> handler)
Moves an OCI Cache User from one compartment to another within the same tenancy.Future<ChangeOciCacheUserCompartmentResponse>
OciCacheUserAsyncClient. changeOciCacheUserCompartment(ChangeOciCacheUserCompartmentRequest request, AsyncHandler<ChangeOciCacheUserCompartmentRequest,ChangeOciCacheUserCompartmentResponse> handler)
Method parameters in com.oracle.bmc.redis with type arguments of type ChangeOciCacheUserCompartmentResponse Modifier and Type Method Description Future<ChangeOciCacheUserCompartmentResponse>
OciCacheUserAsync. changeOciCacheUserCompartment(ChangeOciCacheUserCompartmentRequest request, AsyncHandler<ChangeOciCacheUserCompartmentRequest,ChangeOciCacheUserCompartmentResponse> handler)
Moves an OCI Cache User from one compartment to another within the same tenancy.Future<ChangeOciCacheUserCompartmentResponse>
OciCacheUserAsyncClient. changeOciCacheUserCompartment(ChangeOciCacheUserCompartmentRequest request, AsyncHandler<ChangeOciCacheUserCompartmentRequest,ChangeOciCacheUserCompartmentResponse> handler)
-
Uses of ChangeOciCacheUserCompartmentResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return ChangeOciCacheUserCompartmentResponse Modifier and Type Method Description ChangeOciCacheUserCompartmentResponse
ChangeOciCacheUserCompartmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type ChangeOciCacheUserCompartmentResponse Modifier and Type Method Description ChangeOciCacheUserCompartmentResponse.Builder
ChangeOciCacheUserCompartmentResponse.Builder. copy(ChangeOciCacheUserCompartmentResponse o)
Copy method to populate the builder with values from the given instance.
-