Uses of Class
com.oracle.bmc.redis.responses.UpdateOciCacheUserResponse
-
Packages that use UpdateOciCacheUserResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of UpdateOciCacheUserResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return UpdateOciCacheUserResponse Modifier and Type Method Description UpdateOciCacheUserResponse
OciCacheUser. updateOciCacheUser(UpdateOciCacheUserRequest request)
Update an existing OCI Cache User with new details.UpdateOciCacheUserResponse
OciCacheUserClient. updateOciCacheUser(UpdateOciCacheUserRequest request)
Methods in com.oracle.bmc.redis that return types with arguments of type UpdateOciCacheUserResponse Modifier and Type Method Description Future<UpdateOciCacheUserResponse>
OciCacheUserAsync. updateOciCacheUser(UpdateOciCacheUserRequest request, AsyncHandler<UpdateOciCacheUserRequest,UpdateOciCacheUserResponse> handler)
Update an existing OCI Cache User with new details.Future<UpdateOciCacheUserResponse>
OciCacheUserAsyncClient. updateOciCacheUser(UpdateOciCacheUserRequest request, AsyncHandler<UpdateOciCacheUserRequest,UpdateOciCacheUserResponse> handler)
Method parameters in com.oracle.bmc.redis with type arguments of type UpdateOciCacheUserResponse Modifier and Type Method Description Future<UpdateOciCacheUserResponse>
OciCacheUserAsync. updateOciCacheUser(UpdateOciCacheUserRequest request, AsyncHandler<UpdateOciCacheUserRequest,UpdateOciCacheUserResponse> handler)
Update an existing OCI Cache User with new details.Future<UpdateOciCacheUserResponse>
OciCacheUserAsyncClient. updateOciCacheUser(UpdateOciCacheUserRequest request, AsyncHandler<UpdateOciCacheUserRequest,UpdateOciCacheUserResponse> handler)
-
Uses of UpdateOciCacheUserResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return UpdateOciCacheUserResponse Modifier and Type Method Description UpdateOciCacheUserResponse
UpdateOciCacheUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type UpdateOciCacheUserResponse Modifier and Type Method Description UpdateOciCacheUserResponse.Builder
UpdateOciCacheUserResponse.Builder. copy(UpdateOciCacheUserResponse o)
Copy method to populate the builder with values from the given instance.
-