Uses of Class
com.oracle.bmc.redis.model.OciCacheUserSummary
-
Packages that use OciCacheUserSummary Package Description com.oracle.bmc.redis com.oracle.bmc.redis.model -
-
Uses of OciCacheUserSummary in com.oracle.bmc.redis
Methods in com.oracle.bmc.redis that return types with arguments of type OciCacheUserSummary Modifier and Type Method Description Iterable<OciCacheUserSummary>
OciCacheUserPaginators. listOciCacheUsersRecordIterator(ListOciCacheUsersRequest request)
Creates a new iterable which will iterate over theOciCacheUserSummary
objects contained in responses from the listOciCacheUsers operation. -
Uses of OciCacheUserSummary in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheUserSummary Modifier and Type Method Description OciCacheUserSummary
OciCacheUserSummary.Builder. build()
Methods in com.oracle.bmc.redis.model that return types with arguments of type OciCacheUserSummary Modifier and Type Method Description List<OciCacheUserSummary>
OciCacheUserCollection. getItems()
A collection of OCI Cache users.Methods in com.oracle.bmc.redis.model with parameters of type OciCacheUserSummary Modifier and Type Method Description OciCacheUserSummary.Builder
OciCacheUserSummary.Builder. copy(OciCacheUserSummary model)
Method parameters in com.oracle.bmc.redis.model with type arguments of type OciCacheUserSummary Modifier and Type Method Description OciCacheUserCollection.Builder
OciCacheUserCollection.Builder. items(List<OciCacheUserSummary> items)
A collection of OCI Cache users.Constructor parameters in com.oracle.bmc.redis.model with type arguments of type OciCacheUserSummary Constructor Description OciCacheUserCollection(List<OciCacheUserSummary> items)
Deprecated.
-