Uses of Class
com.oracle.bmc.waa.model.ResponseCachingPolicy
-
Packages that use ResponseCachingPolicy Package Description com.oracle.bmc.waa.model -
-
Uses of ResponseCachingPolicy in com.oracle.bmc.waa.model
Methods in com.oracle.bmc.waa.model that return ResponseCachingPolicy Modifier and Type Method Description ResponseCachingPolicy
ResponseCachingPolicy.Builder. build()
ResponseCachingPolicy
CreateWebAppAccelerationPolicyDetails. getResponseCachingPolicy()
ResponseCachingPolicy
UpdateWebAppAccelerationPolicyDetails. getResponseCachingPolicy()
ResponseCachingPolicy
WebAppAccelerationPolicy. getResponseCachingPolicy()
Methods in com.oracle.bmc.waa.model with parameters of type ResponseCachingPolicy Modifier and Type Method Description ResponseCachingPolicy.Builder
ResponseCachingPolicy.Builder. copy(ResponseCachingPolicy model)
CreateWebAppAccelerationPolicyDetails.Builder
CreateWebAppAccelerationPolicyDetails.Builder. responseCachingPolicy(ResponseCachingPolicy responseCachingPolicy)
UpdateWebAppAccelerationPolicyDetails.Builder
UpdateWebAppAccelerationPolicyDetails.Builder. responseCachingPolicy(ResponseCachingPolicy responseCachingPolicy)
WebAppAccelerationPolicy.Builder
WebAppAccelerationPolicy.Builder. responseCachingPolicy(ResponseCachingPolicy responseCachingPolicy)
Constructors in com.oracle.bmc.waa.model with parameters of type ResponseCachingPolicy Constructor Description CreateWebAppAccelerationPolicyDetails(String displayName, String compartmentId, ResponseCachingPolicy responseCachingPolicy, ResponseCompressionPolicy responseCompressionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateWebAppAccelerationPolicyDetails(String displayName, ResponseCachingPolicy responseCachingPolicy, ResponseCompressionPolicy responseCompressionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.WebAppAccelerationPolicy(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, WebAppAccelerationPolicy.LifecycleState lifecycleState, String lifecycleDetails, ResponseCachingPolicy responseCachingPolicy, ResponseCompressionPolicy responseCompressionPolicy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-