| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
LambdaIntegrationOptions.Jsii$Proxy.getConnectionType() |
ConnectionType |
StepFunctionsExecutionIntegrationOptions.Jsii$Proxy.getConnectionType() |
default ConnectionType |
IntegrationOptions.getConnectionType()
The type of network connection to the integration endpoint.
|
ConnectionType |
IntegrationOptions.Jsii$Proxy.getConnectionType() |
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaIntegrationOptions.Builder |
LambdaIntegrationOptions.Builder.connectionType(ConnectionType connectionType)
Sets the value of
IntegrationOptions.getConnectionType() |
LambdaIntegration.Builder |
LambdaIntegration.Builder.connectionType(ConnectionType connectionType)
The type of network connection to the integration endpoint.
|
MockIntegration.Builder |
MockIntegration.Builder.connectionType(ConnectionType connectionType)
The type of network connection to the integration endpoint.
|
StepFunctionsExecutionIntegrationOptions.Builder |
StepFunctionsExecutionIntegrationOptions.Builder.connectionType(ConnectionType connectionType)
Sets the value of
IntegrationOptions.getConnectionType() |
IntegrationOptions.Builder |
IntegrationOptions.Builder.connectionType(ConnectionType connectionType)
Sets the value of
IntegrationOptions.getConnectionType() |
Copyright © 2022. All rights reserved.