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 UnauthorizedCacheControlHeaderStrategy
UnauthorizedCacheControlHeaderStrategy. fromValue(String value)
Use this in place of valueOf.static UnauthorizedCacheControlHeaderStrategy
UnauthorizedCacheControlHeaderStrategy. 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 void
MethodSetting. setUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)
Specifies the strategy on how to handle the unauthorized requests for cache invalidation.MethodSetting
MethodSetting. withUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)
Specifies the strategy on how to handle the unauthorized requests for cache invalidation.
-