Uses of Class
com.oracle.bmc.redis.responses.AttachOciCacheUsersResponse
-
Packages that use AttachOciCacheUsersResponse Package Description com.oracle.bmc.redis com.oracle.bmc.redis.responses -
-
Uses of AttachOciCacheUsersResponse in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return AttachOciCacheUsersResponse Modifier and Type Method Description AttachOciCacheUsersResponse
RedisCluster. attachOciCacheUsers(AttachOciCacheUsersRequest request)
Attach existing OCI cache users to a redis cluster.AttachOciCacheUsersResponse
RedisClusterClient. attachOciCacheUsers(AttachOciCacheUsersRequest request)
Methods in com.oracle.bmc.redis that return types with arguments of type AttachOciCacheUsersResponse 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)
Method parameters in com.oracle.bmc.redis with type arguments of type AttachOciCacheUsersResponse 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 AttachOciCacheUsersResponse in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return AttachOciCacheUsersResponse Modifier and Type Method Description AttachOciCacheUsersResponse
AttachOciCacheUsersResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.redis.responses with parameters of type AttachOciCacheUsersResponse Modifier and Type Method Description AttachOciCacheUsersResponse.Builder
AttachOciCacheUsersResponse.Builder. copy(AttachOciCacheUsersResponse o)
Copy method to populate the builder with values from the given instance.
-