| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.clone() |
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withCacheDataEncrypted(Boolean cacheDataEncrypted)
Indicates whether the cached responses are encrypted.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withCacheTtlInSeconds(Integer cacheTtlInSeconds)
Specifies the time to live (TTL), in seconds, for cached responses.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withCachingEnabled(Boolean cachingEnabled)
Indicates whether responses are cached and returned for requests.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withDataTraceEnabled(Boolean dataTraceEnabled)
Indicates whether data trace logging is enabled for the method.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withHttpMethod(String httpMethod)
The HTTP method.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withLoggingLevel(String loggingLevel)
The logging level for this method.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withMetricsEnabled(Boolean metricsEnabled)
Indicates whether CloudWatch metrics are enabled for the method.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withRequireAuthorizationForCacheControl(Boolean requireAuthorizationForCacheControl)
Indicates whether authorization is required for a cache invalidation request.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withResourcePath(String resourcePath)
The resource path for this method.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withThrottlingBurstLimit(Integer throttlingBurstLimit)
The throttling burst limit for the method.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withThrottlingRateLimit(Double throttlingRateLimit)
The throttling rate limit for the method.
|
AwsApiGatewayMethodSettings |
AwsApiGatewayMethodSettings.withUnauthorizedCacheControlHeaderStrategy(String unauthorizedCacheControlHeaderStrategy)
Indicates how to handle unauthorized requests for cache invalidation.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsApiGatewayMethodSettings> |
AwsApiGatewayStageDetails.getMethodSettings()
Defines the method settings for the stage.
|
| Modifier and Type | Method and Description |
|---|---|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withMethodSettings(AwsApiGatewayMethodSettings... methodSettings)
Defines the method settings for the stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsApiGatewayStageDetails.setMethodSettings(Collection<AwsApiGatewayMethodSettings> methodSettings)
Defines the method settings for the stage.
|
AwsApiGatewayStageDetails |
AwsApiGatewayStageDetails.withMethodSettings(Collection<AwsApiGatewayMethodSettings> methodSettings)
Defines the method settings for the stage.
|
Copyright © 2023. All rights reserved.