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 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(String unauthorizedCacheControlHeaderStrategy)
Specifies the strategy on how to handle the unauthorized requests for
cache invalidation.
|
MethodSetting |
MethodSetting.withUnauthorizedCacheControlHeaderStrategy(UnauthorizedCacheControlHeaderStrategy unauthorizedCacheControlHeaderStrategy)
Specifies the strategy on how to handle the 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> |
GetStageResult.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> |
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) |
GetStageResult |
GetStageResult.addMethodSettingsEntry(String key,
MethodSetting value) |
UpdateStageResult |
UpdateStageResult.addMethodSettingsEntry(String key,
MethodSetting value) |
CreateStageResult |
CreateStageResult.addMethodSettingsEntry(String key,
MethodSetting value) |
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 |
GetStageResult.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 |
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.
|
GetStageResult |
GetStageResult.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.
|
CreateStageResult |
CreateStageResult.withMethodSettings(Map<String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
Copyright © 2018. All rights reserved.