Uses of Class
com.oracle.bmc.redis.model.UpdateOciCacheConfigSetDetails
-
Packages that use UpdateOciCacheConfigSetDetails Package Description com.oracle.bmc.redis.model com.oracle.bmc.redis.requests -
-
Uses of UpdateOciCacheConfigSetDetails in com.oracle.bmc.redis.model
Methods in com.oracle.bmc.redis.model that return UpdateOciCacheConfigSetDetails Modifier and Type Method Description UpdateOciCacheConfigSetDetails
UpdateOciCacheConfigSetDetails.Builder. build()
Methods in com.oracle.bmc.redis.model with parameters of type UpdateOciCacheConfigSetDetails Modifier and Type Method Description UpdateOciCacheConfigSetDetails.Builder
UpdateOciCacheConfigSetDetails.Builder. copy(UpdateOciCacheConfigSetDetails model)
-
Uses of UpdateOciCacheConfigSetDetails in com.oracle.bmc.redis.requests
Methods in com.oracle.bmc.redis.requests that return UpdateOciCacheConfigSetDetails Modifier and Type Method Description UpdateOciCacheConfigSetDetails
UpdateOciCacheConfigSetRequest. getBody$()
Alternative accessor for the body parameter.UpdateOciCacheConfigSetDetails
UpdateOciCacheConfigSetRequest. getUpdateOciCacheConfigSetDetails()
The information to be updated for OCI Cache Config Set.Methods in com.oracle.bmc.redis.requests with parameters of type UpdateOciCacheConfigSetDetails Modifier and Type Method Description UpdateOciCacheConfigSetRequest.Builder
UpdateOciCacheConfigSetRequest.Builder. body$(UpdateOciCacheConfigSetDetails body)
Alternative setter for the body parameter.UpdateOciCacheConfigSetRequest.Builder
UpdateOciCacheConfigSetRequest.Builder. updateOciCacheConfigSetDetails(UpdateOciCacheConfigSetDetails updateOciCacheConfigSetDetails)
The information to be updated for OCI Cache Config Set.
-