| Modifier and Type | Method and Description |
|---|---|
default HttpConnectionType |
HttpIntegrationProps.getConnectionType()
(experimental) The type of the network connection to the integration endpoint.
|
HttpConnectionType |
HttpIntegrationProps.Jsii$Proxy.getConnectionType() |
default HttpConnectionType |
HttpRouteIntegrationConfig.getConnectionType()
(experimental) The type of the network connection to the integration endpoint.
|
HttpConnectionType |
HttpRouteIntegrationConfig.Jsii$Proxy.getConnectionType() |
static HttpConnectionType |
HttpConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConnectionType[] |
HttpConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpIntegration.Builder |
HttpIntegration.Builder.connectionType(HttpConnectionType connectionType)
(experimental) The type of the network connection to the integration endpoint.
|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.connectionType(HttpConnectionType connectionType)
Sets the value of
HttpIntegrationProps.getConnectionType() |
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.connectionType(HttpConnectionType connectionType)
Sets the value of
HttpRouteIntegrationConfig.getConnectionType() |
| Constructor and Description |
|---|
Jsii$Proxy(IHttpApi httpApi,
HttpIntegrationType integrationType,
String integrationUri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
PayloadFormatVersion payloadFormatVersion,
String secureServerName)
Constructor that initializes the object based on literal property values passed by the
HttpIntegrationProps.Builder. |
Jsii$Proxy(PayloadFormatVersion payloadFormatVersion,
HttpIntegrationType type,
String uri,
String connectionId,
HttpConnectionType connectionType,
HttpMethod method,
String secureServerName)
Constructor that initializes the object based on literal property values passed by the
HttpRouteIntegrationConfig.Builder. |
Copyright © 2021. All rights reserved.