Uses of Class
com.amazonaws.services.apigateway.model.MethodSetting
-
Packages that use MethodSetting Package Description com.amazonaws.services.apigateway.model -
-
Uses of MethodSetting in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return MethodSetting Modifier and Type Method 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 the whether data trace logging is enabled for this method, which effects the log entries pushed to Amazon CloudWatch Logs.MethodSetting
MethodSetting. withLoggingLevel(String loggingLevel)
Specifies the logging level for this method, which effects 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(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)
Specifies the strategy on how to handle the unauthorized requests for cache invalidation.MethodSetting
MethodSetting. withUnauthorizedCacheControlHeaderStrategy(String unauthorizedCacheControlHeaderStrategy)
Specifies the strategy on how to handle the unauthorized requests for cache invalidation.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type MethodSetting Modifier and Type Method Description Map<String,MethodSetting>
CreateStageResult. 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>
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.Methods in com.amazonaws.services.apigateway.model with parameters of type MethodSetting Modifier and Type Method Description CreateStageResult
CreateStageResult. addMethodSettingsEntry(String key, MethodSetting value)
GetStageResult
GetStageResult. addMethodSettingsEntry(String key, MethodSetting value)
Stage
Stage. addMethodSettingsEntry(String key, MethodSetting value)
UpdateStageResult
UpdateStageResult. addMethodSettingsEntry(String key, MethodSetting value)
Method parameters in com.amazonaws.services.apigateway.model with type arguments of type MethodSetting Modifier and Type Method Description void
CreateStageResult. 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
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.CreateStageResult
CreateStageResult. 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.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.
-