Uses of Class
com.oracle.bmc.redis.model.OciCacheUserCollection
-
Packages that use OciCacheUserCollection Package Description com.oracle.bmc.redis.model com.oracle.bmc.redis.responses -
-
Uses of OciCacheUserCollection in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return OciCacheUserCollection Modifier and Type Method Description OciCacheUserCollection
OciCacheUserCollection.Builder. build()
Methods in com.oracle.bmc.redis.model with parameters of type OciCacheUserCollection Modifier and Type Method Description OciCacheUserCollection.Builder
OciCacheUserCollection.Builder. copy(OciCacheUserCollection model)
-
Uses of OciCacheUserCollection in com.oracle.bmc.redis.responses
Methods in com.oracle.bmc.redis.responses that return OciCacheUserCollection Modifier and Type Method Description OciCacheUserCollection
ListOciCacheUsersResponse. getOciCacheUserCollection()
The returned OciCacheUserCollection instance.Methods in com.oracle.bmc.redis.responses with parameters of type OciCacheUserCollection Modifier and Type Method Description ListOciCacheUsersResponse.Builder
ListOciCacheUsersResponse.Builder. ociCacheUserCollection(OciCacheUserCollection ociCacheUserCollection)
The returned OciCacheUserCollection instance.
-