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