| Modifier and Type | Method and Description |
|---|---|
HttpIntegrationType |
HttpIntegrationProps.getIntegrationType()
(experimental) Integration type.
|
HttpIntegrationType |
HttpIntegrationProps.Jsii$Proxy.getIntegrationType() |
HttpIntegrationType |
HttpRouteIntegrationConfig.getType()
(experimental) Integration type.
|
HttpIntegrationType |
HttpRouteIntegrationConfig.Jsii$Proxy.getType() |
static HttpIntegrationType |
HttpIntegrationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpIntegrationType[] |
HttpIntegrationType.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.integrationType(HttpIntegrationType integrationType)
Sets the value of
HttpIntegrationProps.getIntegrationType() |
HttpIntegration.Builder |
HttpIntegration.Builder.integrationType(HttpIntegrationType integrationType)
(experimental) Integration type.
|
HttpRouteIntegrationConfig.Builder |
HttpRouteIntegrationConfig.Builder.type(HttpIntegrationType type)
Sets the value of
HttpRouteIntegrationConfig.getType() |
Copyright © 2023. All rights reserved.