Uses of Class
com.oracle.bmc.redis.model.AttachOciCacheUsersDetails
-
Packages that use AttachOciCacheUsersDetails Package Description com.oracle.bmc.redis.model com.oracle.bmc.redis.requests -
-
Uses of AttachOciCacheUsersDetails in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return AttachOciCacheUsersDetails Modifier and Type Method Description AttachOciCacheUsersDetails
AttachOciCacheUsersDetails.Builder. build()
Methods in com.oracle.bmc.redis.model with parameters of type AttachOciCacheUsersDetails Modifier and Type Method Description AttachOciCacheUsersDetails.Builder
AttachOciCacheUsersDetails.Builder. copy(AttachOciCacheUsersDetails model)
-
Uses of AttachOciCacheUsersDetails in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return AttachOciCacheUsersDetails Modifier and Type Method Description AttachOciCacheUsersDetails
AttachOciCacheUsersRequest. getAttachOciCacheUsersDetails()
The parameter details to attach the OCI cache users to the redis cluster.AttachOciCacheUsersDetails
AttachOciCacheUsersRequest. getBody$()
Alternative accessor for the body parameter.Methods in com.oracle.bmc.redis.requests with parameters of type AttachOciCacheUsersDetails Modifier and Type Method Description AttachOciCacheUsersRequest.Builder
AttachOciCacheUsersRequest.Builder. attachOciCacheUsersDetails(AttachOciCacheUsersDetails attachOciCacheUsersDetails)
The parameter details to attach the OCI cache users to the redis cluster.AttachOciCacheUsersRequest.Builder
AttachOciCacheUsersRequest.Builder. body$(AttachOciCacheUsersDetails body)
Alternative setter for the body parameter.
-