Uses of Class
com.oracle.bmc.redis.model.AttachedOciCacheUser
-
Packages that use AttachedOciCacheUser Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model com.oracle.bmc.redis.responses -
-
Uses of AttachedOciCacheUser in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return types with arguments of type AttachedOciCacheUser Modifier and Type Method Description Iterable<AttachedOciCacheUser>
RedisClusterPaginators. listAttachedOciCacheUsersRecordIterator(ListAttachedOciCacheUsersRequest request)
Creates a new iterable which will iterate over theAttachedOciCacheUser
objects contained in responses from the listAttachedOciCacheUsers operation. -
Uses of AttachedOciCacheUser in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return AttachedOciCacheUser Modifier and Type Method Description AttachedOciCacheUser
AttachedOciCacheUser.Builder. build()
Methods in com.oracle.bmc.redis.model with parameters of type AttachedOciCacheUser Modifier and Type Method Description AttachedOciCacheUser.Builder
AttachedOciCacheUser.Builder. copy(AttachedOciCacheUser model)
-
Uses of AttachedOciCacheUser in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return types with arguments of type AttachedOciCacheUser Modifier and Type Method Description List<AttachedOciCacheUser>
ListAttachedOciCacheUsersResponse. getItems()
A list of com.oracle.bmc.redis.model.AttachedOciCacheUser instances.Method parameters in com.oracle.bmc.redis.responses with type arguments of type AttachedOciCacheUser Modifier and Type Method Description ListAttachedOciCacheUsersResponse.Builder
ListAttachedOciCacheUsersResponse.Builder. items(List<AttachedOciCacheUser> items)
A list of com.oracle.bmc.redis.model.AttachedOciCacheUser instances.
-