Uses of Class
com.oracle.bmc.redis.requests.AttachOciCacheUsersRequest
-
Packages that use AttachOciCacheUsersRequest Package Description com.oracle.bmc.redis com.oracle.bmc.redis.requests -
-
Uses of AttachOciCacheUsersRequest in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis with parameters of type AttachOciCacheUsersRequest Modifier and Type Method Description AttachOciCacheUsersResponse
RedisCluster. attachOciCacheUsers(AttachOciCacheUsersRequest request)
Attach existing OCI cache users to a redis cluster.Future<AttachOciCacheUsersResponse>
RedisClusterAsync. attachOciCacheUsers(AttachOciCacheUsersRequest request, AsyncHandler<AttachOciCacheUsersRequest,AttachOciCacheUsersResponse> handler)
Attach existing OCI cache users to a redis cluster.Future<AttachOciCacheUsersResponse>
RedisClusterAsyncClient. attachOciCacheUsers(AttachOciCacheUsersRequest request, AsyncHandler<AttachOciCacheUsersRequest,AttachOciCacheUsersResponse> handler)
AttachOciCacheUsersResponse
RedisClusterClient. attachOciCacheUsers(AttachOciCacheUsersRequest request)
Method parameters in com.oracle.bmc.redis with type arguments of type AttachOciCacheUsersRequest Modifier and Type Method Description Future<AttachOciCacheUsersResponse>
RedisClusterAsync. attachOciCacheUsers(AttachOciCacheUsersRequest request, AsyncHandler<AttachOciCacheUsersRequest,AttachOciCacheUsersResponse> handler)
Attach existing OCI cache users to a redis cluster.Future<AttachOciCacheUsersResponse>
RedisClusterAsyncClient. attachOciCacheUsers(AttachOciCacheUsersRequest request, AsyncHandler<AttachOciCacheUsersRequest,AttachOciCacheUsersResponse> handler)
-
Uses of AttachOciCacheUsersRequest in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return AttachOciCacheUsersRequest Modifier and Type Method Description AttachOciCacheUsersRequest
AttachOciCacheUsersRequest.Builder. build()
Build the instance of AttachOciCacheUsersRequest as configured by this builderAttachOciCacheUsersRequest
AttachOciCacheUsersRequest.Builder. buildWithoutInvocationCallback()
Build the instance of AttachOciCacheUsersRequest as configured by this builderMethods in com.oracle.bmc.redis.requests with parameters of type AttachOciCacheUsersRequest Modifier and Type Method Description AttachOciCacheUsersRequest.Builder
AttachOciCacheUsersRequest.Builder. copy(AttachOciCacheUsersRequest o)
Copy method to populate the builder with values from the given instance.
-