Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,MethodSetting> |
UpdateStageResult.methodSettings
A map that defines the method settings for a Stage resource.
|
private java.util.Map<java.lang.String,MethodSetting> |
Stage.methodSettings
A map that defines the method settings for a Stage resource.
|
private java.util.Map<java.lang.String,MethodSetting> |
GetStageResult.methodSettings
A map that defines the method settings for a Stage resource.
|
private java.util.Map<java.lang.String,MethodSetting> |
CreateStageResult.methodSettings
A map that defines the method settings for a Stage resource.
|
Modifier and Type | Method and Description |
---|---|
MethodSetting |
MethodSetting.clone() |
MethodSetting |
MethodSetting.withCacheDataEncrypted(java.lang.Boolean cacheDataEncrypted)
Specifies whether the cached responses are encrypted.
|
MethodSetting |
MethodSetting.withCacheTtlInSeconds(java.lang.Integer cacheTtlInSeconds)
Specifies the time to live (TTL) in seconds, for cached responses.
|
MethodSetting |
MethodSetting.withCachingEnabled(java.lang.Boolean cachingEnabled)
Specifies whether responses should be cached and returned for requests.
|
MethodSetting |
MethodSetting.withDataTraceEnabled(java.lang.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(java.lang.String loggingLevel)
Specifies the logging level for this method, which effects the log
entries pushed to Amazon CloudWatch Logs.
|
MethodSetting |
MethodSetting.withMetricsEnabled(java.lang.Boolean metricsEnabled)
Specifies whether Amazon CloudWatch metrics are enabled for this method.
|
MethodSetting |
MethodSetting.withRequireAuthorizationForCacheControl(java.lang.Boolean requireAuthorizationForCacheControl)
Specifies whether authorization is required for a cache invalidation
request.
|
MethodSetting |
MethodSetting.withThrottlingBurstLimit(java.lang.Integer throttlingBurstLimit)
Specifies the throttling burst limit.
|
MethodSetting |
MethodSetting.withThrottlingRateLimit(java.lang.Double throttlingRateLimit)
Specifies the throttling rate limit.
|
MethodSetting |
MethodSetting.withUnauthorizedCacheControlHeaderStrategy(java.lang.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 |
---|---|
java.util.Map<java.lang.String,MethodSetting> |
UpdateStageResult.getMethodSettings()
A map that defines the method settings for a Stage resource.
|
java.util.Map<java.lang.String,MethodSetting> |
Stage.getMethodSettings()
A map that defines the method settings for a Stage resource.
|
java.util.Map<java.lang.String,MethodSetting> |
GetStageResult.getMethodSettings()
A map that defines the method settings for a Stage resource.
|
java.util.Map<java.lang.String,MethodSetting> |
CreateStageResult.getMethodSettings()
A map that defines the method settings for a Stage resource.
|
Modifier and Type | Method and Description |
---|---|
UpdateStageResult |
UpdateStageResult.addMethodSettingsEntry(java.lang.String key,
MethodSetting value) |
Stage |
Stage.addMethodSettingsEntry(java.lang.String key,
MethodSetting value) |
GetStageResult |
GetStageResult.addMethodSettingsEntry(java.lang.String key,
MethodSetting value) |
CreateStageResult |
CreateStageResult.addMethodSettingsEntry(java.lang.String key,
MethodSetting value) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateStageResult.setMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
void |
Stage.setMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
void |
GetStageResult.setMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
void |
CreateStageResult.setMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
UpdateStageResult |
UpdateStageResult.withMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
Stage |
Stage.withMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
GetStageResult |
GetStageResult.withMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
CreateStageResult |
CreateStageResult.withMethodSettings(java.util.Map<java.lang.String,MethodSetting> methodSettings)
A map that defines the method settings for a Stage resource.
|
Modifier and Type | Method and Description |
---|---|
MethodSetting |
MethodSettingJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MethodSettingJsonMarshaller.marshall(MethodSetting methodSetting,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|