Uses of Class
software.amazon.awssdk.services.apigateway.model.UnauthorizedCacheControlHeaderStrategy
-
Packages that use UnauthorizedCacheControlHeaderStrategy Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of UnauthorizedCacheControlHeaderStrategy in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return UnauthorizedCacheControlHeaderStrategy Modifier and Type Method Description static UnauthorizedCacheControlHeaderStrategyUnauthorizedCacheControlHeaderStrategy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UnauthorizedCacheControlHeaderStrategyMethodSetting. unauthorizedCacheControlHeaderStrategy()Specifies how to handle unauthorized requests for cache invalidation.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 software.amazon.awssdk.services.apigateway.model that return types with arguments of type UnauthorizedCacheControlHeaderStrategy Modifier and Type Method Description static Set<UnauthorizedCacheControlHeaderStrategy>UnauthorizedCacheControlHeaderStrategy. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type UnauthorizedCacheControlHeaderStrategy Modifier and Type Method Description MethodSetting.BuilderMethodSetting.Builder. unauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)Specifies how to handle unauthorized requests for cache invalidation.
-