Uses of Enum
com.amazonaws.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
Packages that use UnauthorizedCacheControlHeaderStrategy
-
Uses of UnauthorizedCacheControlHeaderStrategy in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return UnauthorizedCacheControlHeaderStrategyModifier and TypeMethodDescriptionUse this in place of valueOf.Returns the enum constant of this type with the specified name.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 UnauthorizedCacheControlHeaderStrategyModifier and TypeMethodDescriptionvoid
MethodSetting.setUnauthorizedCacheControlHeaderStrategy
(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy) Specifies the strategy on how to handle the unauthorized requests for cache invalidation.MethodSetting.withUnauthorizedCacheControlHeaderStrategy
(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy) Specifies the strategy on how to handle the unauthorized requests for cache invalidation.