Uses of Class
com.oracle.bmc.redis.requests.UpdateOciCacheUserRequest
-
Packages that use UpdateOciCacheUserRequest Package Description com.oracle.bmc.redis com.oracle.bmc.redis.requests -
-
Uses of UpdateOciCacheUserRequest in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type UpdateOciCacheUserRequest Modifier and Type Method Description UpdateOciCacheUserResponse
OciCacheUser. updateOciCacheUser(UpdateOciCacheUserRequest request)
Update an existing OCI Cache User with new details.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)
UpdateOciCacheUserResponse
OciCacheUserClient. updateOciCacheUser(UpdateOciCacheUserRequest request)
Method parameters in com.oracle.bmc.redis with type arguments of type UpdateOciCacheUserRequest 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 UpdateOciCacheUserRequest in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return UpdateOciCacheUserRequest Modifier and Type Method Description UpdateOciCacheUserRequest
UpdateOciCacheUserRequest.Builder. build()
Build the instance of UpdateOciCacheUserRequest as configured by this builderUpdateOciCacheUserRequest
UpdateOciCacheUserRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOciCacheUserRequest as configured by this builderMethods in com.oracle.bmc.redis.requests with parameters of type UpdateOciCacheUserRequest Modifier and Type Method Description UpdateOciCacheUserRequest.Builder
UpdateOciCacheUserRequest.Builder. copy(UpdateOciCacheUserRequest o)
Copy method to populate the builder with values from the given instance.
-