Uses of Enum
software.amazon.awssdk.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
Packages that use UnauthorizedCacheControlHeaderStrategy
-
Uses of UnauthorizedCacheControlHeaderStrategy in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UnauthorizedCacheControlHeaderStrategyModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.MethodSetting.unauthorizedCacheControlHeaderStrategy()Specifies how to handle unauthorized requests for cache invalidation.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 software.amazon.awssdk.services.apigateway.model that return types with arguments of type UnauthorizedCacheControlHeaderStrategyMethods in software.amazon.awssdk.services.apigateway.model with parameters of type UnauthorizedCacheControlHeaderStrategyModifier and TypeMethodDescriptionMethodSetting.Builder.unauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy) Specifies how to handle unauthorized requests for cache invalidation.