Uses of Class
com.amazonaws.services.apigateway.model.MethodSetting
Packages that use MethodSetting
-
Uses of MethodSetting in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return MethodSettingModifier and TypeMethodDescriptionMethodSetting.clone()
MethodSetting.withCacheDataEncrypted
(Boolean cacheDataEncrypted) Specifies whether the cached responses are encrypted.MethodSetting.withCacheTtlInSeconds
(Integer cacheTtlInSeconds) Specifies the time to live (TTL) in seconds, for cached responses.MethodSetting.withCachingEnabled
(Boolean cachingEnabled) Specifies whether responses should be cached and returned for requests.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.withLoggingLevel
(String loggingLevel) Specifies the logging level for this method, which effects the log entries pushed to Amazon CloudWatch Logs.MethodSetting.withMetricsEnabled
(Boolean metricsEnabled) Specifies whether Amazon CloudWatch metrics are enabled for this method.MethodSetting.withRequireAuthorizationForCacheControl
(Boolean requireAuthorizationForCacheControl) Specifies whether authorization is required for a cache invalidation request.MethodSetting.withThrottlingBurstLimit
(Integer throttlingBurstLimit) Specifies the throttling burst limit.MethodSetting.withThrottlingRateLimit
(Double throttlingRateLimit) Specifies the throttling rate limit.MethodSetting.withUnauthorizedCacheControlHeaderStrategy
(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy) Specifies the strategy on how to handle the unauthorized requests for cache invalidation.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 MethodSettingModifier and TypeMethodDescriptionCreateStageResult.getMethodSettings()
A map that defines the method settings for a Stage resource.GetStageResult.getMethodSettings()
A map that defines the method settings for a Stage resource.Stage.getMethodSettings()
A map that defines the method settings for a Stage resource.UpdateStageResult.getMethodSettings()
A map that defines the method settings for a Stage resource.Methods in com.amazonaws.services.apigateway.model with parameters of type MethodSettingModifier and TypeMethodDescriptionCreateStageResult.addMethodSettingsEntry
(String key, MethodSetting value) GetStageResult.addMethodSettingsEntry
(String key, MethodSetting value) Stage.addMethodSettingsEntry
(String key, MethodSetting value) UpdateStageResult.addMethodSettingsEntry
(String key, MethodSetting value) Method parameters in com.amazonaws.services.apigateway.model with type arguments of type MethodSettingModifier and TypeMethodDescriptionvoid
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.withMethodSettings
(Map<String, MethodSetting> methodSettings) A map that defines the method settings for a Stage resource.GetStageResult.withMethodSettings
(Map<String, MethodSetting> methodSettings) A map that defines the method settings for a Stage resource.Stage.withMethodSettings
(Map<String, MethodSetting> methodSettings) A map that defines the method settings for a Stage resource.UpdateStageResult.withMethodSettings
(Map<String, MethodSetting> methodSettings) A map that defines the method settings for a Stage resource.