| 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 |
|---|---|
HttpIntegrationProps.Builder |
HttpIntegrationProps.Builder.connectionType(HttpConnectionType connectionType)
Sets the value of
HttpIntegrationProps.getConnectionType() |
HttpIntegration.Builder |
HttpIntegration.Builder.connectionType(HttpConnectionType connectionType)
(experimental) The type of the network connection to the integration endpoint.
|
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.connectionType(HttpConnectionType connectionType)
Sets the value of
HttpRouteIntegrationConfig.getConnectionType() |
Copyright © 2023. All rights reserved.