| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StageOptions
Example:
|
interface |
StageProps
Example:
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodDeploymentOptions.Jsii$Proxy
An implementation for
MethodDeploymentOptions |
static class |
StageOptions.Jsii$Proxy
An implementation for
StageOptions |
static class |
StageProps.Jsii$Proxy
An implementation for
StageProps |
| Modifier and Type | Method and Description |
|---|---|
MethodDeploymentOptions |
MethodDeploymentOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,MethodDeploymentOptions> |
StageOptions.getMethodOptions()
Method deployment options for specific resources/methods.
|
Map<String,MethodDeploymentOptions> |
StageOptions.Jsii$Proxy.getMethodOptions() |
Map<String,MethodDeploymentOptions> |
StageProps.Jsii$Proxy.getMethodOptions() |
| Modifier and Type | Method and Description |
|---|---|
StageOptions.Builder |
StageOptions.Builder.methodOptions(Map<String,? extends MethodDeploymentOptions> methodOptions)
Sets the value of
StageOptions.getMethodOptions() |
Stage.Builder |
Stage.Builder.methodOptions(Map<String,? extends MethodDeploymentOptions> methodOptions)
Method deployment options for specific resources/methods.
|
StageProps.Builder |
StageProps.Builder.methodOptions(Map<String,? extends MethodDeploymentOptions> methodOptions)
Sets the value of
StageOptions.getMethodOptions() |
Copyright © 2022. All rights reserved.