Uses of Class
com.amazonaws.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
-
Packages that use UnauthorizedCacheControlHeaderStrategy Package Description com.amazonaws.services.apigateway.model -
-
Uses of UnauthorizedCacheControlHeaderStrategy in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UnauthorizedCacheControlHeaderStrategy Modifier and Type Method Description static UnauthorizedCacheControlHeaderStrategyUnauthorizedCacheControlHeaderStrategy. fromValue(String value)Use this in place of valueOf.static UnauthorizedCacheControlHeaderStrategyUnauthorizedCacheControlHeaderStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static UnauthorizedCacheControlHeaderStrategy[]UnauthorizedCacheControlHeaderStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.apigateway.model with parameters of type UnauthorizedCacheControlHeaderStrategy Modifier and Type Method Description voidMethodSetting. setUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)Specifies the strategy on how to handle the unauthorized requests for cache invalidation.MethodSettingMethodSetting. withUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)Specifies the strategy on how to handle the unauthorized requests for cache invalidation.
-