| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static UnauthorizedCacheControlHeaderStrategy |
UnauthorizedCacheControlHeaderStrategy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UnauthorizedCacheControlHeaderStrategy |
MethodSetting.unauthorizedCacheControlHeaderStrategy()
Specifies how to handle unauthorized requests for cache invalidation.
|
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 |
|---|---|
static Set<UnauthorizedCacheControlHeaderStrategy> |
UnauthorizedCacheControlHeaderStrategy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MethodSetting.Builder |
MethodSetting.Builder.unauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)
Specifies how to handle unauthorized requests for cache invalidation.
|
Copyright © 2023. All rights reserved.