Uses of Class
com.oracle.bmc.redis.requests.CreateOciCacheUserRequest
-
Packages that use CreateOciCacheUserRequest Package Description com.oracle.bmc.redis com.oracle.bmc.redis.requests -
-
Uses of CreateOciCacheUserRequest in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type CreateOciCacheUserRequest Modifier and Type Method Description CreateOciCacheUserResponse
OciCacheUser. createOciCacheUser(CreateOciCacheUserRequest request)
Creates a new OCI Cache user.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)
CreateOciCacheUserResponse
OciCacheUserClient. createOciCacheUser(CreateOciCacheUserRequest request)
Method parameters in com.oracle.bmc.redis with type arguments of type CreateOciCacheUserRequest 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 CreateOciCacheUserRequest in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return CreateOciCacheUserRequest Modifier and Type Method Description CreateOciCacheUserRequest
CreateOciCacheUserRequest.Builder. build()
Build the instance of CreateOciCacheUserRequest as configured by this builderCreateOciCacheUserRequest
CreateOciCacheUserRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOciCacheUserRequest as configured by this builderMethods in com.oracle.bmc.redis.requests with parameters of type CreateOciCacheUserRequest Modifier and Type Method Description CreateOciCacheUserRequest.Builder
CreateOciCacheUserRequest.Builder. copy(CreateOciCacheUserRequest o)
Copy method to populate the builder with values from the given instance.
-