| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MethodSetting.setUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)
 Specifies how to handle unauthorized requests for cache invalidation. 
 | 
MethodSetting | 
MethodSetting.withUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)
 Specifies how to handle unauthorized requests for cache invalidation. 
 | 
Copyright © 2021. All rights reserved.