Uses of Enum
com.amazonaws.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
Packages that use UnauthorizedCacheControlHeaderStrategy
-
Uses of UnauthorizedCacheControlHeaderStrategy in com.amazonaws.services.apigateway.model
Subclasses with type arguments of type UnauthorizedCacheControlHeaderStrategy in com.amazonaws.services.apigateway.modelMethods 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 TypeMethodDescriptionvoidMethodSetting.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.