Uses of Class
com.oracle.bmc.waa.model.PurgeWebAppAccelerationCacheDetails
-
Packages that use PurgeWebAppAccelerationCacheDetails Package Description com.oracle.bmc.waa.model com.oracle.bmc.waa.requests -
-
Uses of PurgeWebAppAccelerationCacheDetails in com.oracle.bmc.waa.model
Subclasses of PurgeWebAppAccelerationCacheDetails in com.oracle.bmc.waa.model Modifier and Type Class Description class
PurgeEntireWebAppAccelerationCacheDetails
Clears all resources from the cache of the WebAppAcceleration. -
Uses of PurgeWebAppAccelerationCacheDetails in com.oracle.bmc.waa.requests
Methods in com.oracle.bmc.waa.requests that return PurgeWebAppAccelerationCacheDetails Modifier and Type Method Description PurgeWebAppAccelerationCacheDetails
PurgeWebAppAccelerationCacheRequest. getBody$()
Alternative accessor for the body parameter.PurgeWebAppAccelerationCacheDetails
PurgeWebAppAccelerationCacheRequest. getPurgeWebAppAccelerationCacheDetails()
Options for the cache purge.Methods in com.oracle.bmc.waa.requests with parameters of type PurgeWebAppAccelerationCacheDetails Modifier and Type Method Description PurgeWebAppAccelerationCacheRequest.Builder
PurgeWebAppAccelerationCacheRequest.Builder. body$(PurgeWebAppAccelerationCacheDetails body)
Alternative setter for the body parameter.PurgeWebAppAccelerationCacheRequest.Builder
PurgeWebAppAccelerationCacheRequest.Builder. purgeWebAppAccelerationCacheDetails(PurgeWebAppAccelerationCacheDetails purgeWebAppAccelerationCacheDetails)
Options for the cache purge.
-