| Package | Description | 
|---|---|
| com.amazonaws.services.apigateway.model | 
| Modifier and Type | Method and Description | 
|---|---|
MethodSetting | 
MethodSetting.clone()  | 
MethodSetting | 
MethodSetting.withCacheDataEncrypted(Boolean cacheDataEncrypted)
 Specifies whether the cached responses are encrypted. 
 | 
MethodSetting | 
MethodSetting.withCacheTtlInSeconds(Integer cacheTtlInSeconds)
 Specifies the time to live (TTL), in seconds, for cached responses. 
 | 
MethodSetting | 
MethodSetting.withCachingEnabled(Boolean cachingEnabled)
 Specifies whether responses should be cached and returned for requests. 
 | 
MethodSetting | 
MethodSetting.withDataTraceEnabled(Boolean dataTraceEnabled)
 Specifies whether data trace logging is enabled for this method, which affects the log entries pushed to Amazon
 CloudWatch Logs. 
 | 
MethodSetting | 
MethodSetting.withLoggingLevel(String loggingLevel)
 Specifies the logging level for this method, which affects the log entries pushed to Amazon CloudWatch Logs. 
 | 
MethodSetting | 
MethodSetting.withMetricsEnabled(Boolean metricsEnabled)
 Specifies whether Amazon CloudWatch metrics are enabled for this method. 
 | 
MethodSetting | 
MethodSetting.withRequireAuthorizationForCacheControl(Boolean requireAuthorizationForCacheControl)
 Specifies whether authorization is required for a cache invalidation request. 
 | 
MethodSetting | 
MethodSetting.withThrottlingBurstLimit(Integer throttlingBurstLimit)
 Specifies the throttling burst limit. 
 | 
MethodSetting | 
MethodSetting.withThrottlingRateLimit(Double throttlingRateLimit)
 Specifies the throttling rate limit. 
 | 
MethodSetting | 
MethodSetting.withUnauthorizedCacheControlHeaderStrategy(String unauthorizedCacheControlHeaderStrategy)
 Specifies how to handle unauthorized requests for cache invalidation. 
 | 
MethodSetting | 
MethodSetting.withUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)
 Specifies how to handle unauthorized requests for cache invalidation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,MethodSetting> | 
Stage.getMethodSettings()
 A map that defines the method settings for a Stage resource. 
 | 
Map<String,MethodSetting> | 
UpdateStageResult.getMethodSettings()
 A map that defines the method settings for a Stage resource. 
 | 
Map<String,MethodSetting> | 
GetStageResult.getMethodSettings()
 A map that defines the method settings for a Stage resource. 
 | 
Map<String,MethodSetting> | 
CreateStageResult.getMethodSettings()
 A map that defines the method settings for a Stage resource. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Stage | 
Stage.addMethodSettingsEntry(String key,
                      MethodSetting value)
Add a single MethodSettings entry 
 | 
UpdateStageResult | 
UpdateStageResult.addMethodSettingsEntry(String key,
                      MethodSetting value)
Add a single MethodSettings entry 
 | 
GetStageResult | 
GetStageResult.addMethodSettingsEntry(String key,
                      MethodSetting value)
Add a single MethodSettings entry 
 | 
CreateStageResult | 
CreateStageResult.addMethodSettingsEntry(String key,
                      MethodSetting value)
Add a single MethodSettings entry 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Stage.setMethodSettings(Map<String,MethodSetting> methodSettings)
 A map that defines the method settings for a Stage resource. 
 | 
void | 
UpdateStageResult.setMethodSettings(Map<String,MethodSetting> methodSettings)
 A map that defines the method settings for a Stage resource. 
 | 
void | 
GetStageResult.setMethodSettings(Map<String,MethodSetting> methodSettings)
 A map that defines the method settings for a Stage resource. 
 | 
void | 
CreateStageResult.setMethodSettings(Map<String,MethodSetting> methodSettings)
 A map that defines the method settings for a Stage resource. 
 | 
Stage | 
Stage.withMethodSettings(Map<String,MethodSetting> methodSettings)
 A map that defines the method settings for a Stage resource. 
 | 
UpdateStageResult | 
UpdateStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings)
 A map that defines the method settings for a Stage resource. 
 | 
GetStageResult | 
GetStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings)
 A map that defines the method settings for a Stage resource. 
 | 
CreateStageResult | 
CreateStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings)
 A map that defines the method settings for a Stage resource. 
 | 
Copyright © 2023. All rights reserved.