| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationType |
IntegrationProps.getType()
(experimental) Specifies an API method integration type.
|
IntegrationType |
IntegrationProps.Jsii$Proxy.getType() |
IntegrationType |
IntegrationConfig.getType()
(experimental) Specifies an API method integration type.
|
IntegrationType |
IntegrationConfig.Jsii$Proxy.getType() |
static IntegrationType |
IntegrationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntegrationType[] |
IntegrationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationProps.Builder |
IntegrationProps.Builder.type(IntegrationType type)
Sets the value of
IntegrationProps.getType() |
IntegrationConfig.Builder |
IntegrationConfig.Builder.type(IntegrationType type)
Sets the value of
IntegrationConfig.getType() |
Integration.Builder |
Integration.Builder.type(IntegrationType type)
(experimental) Specifies an API method integration type.
|
| Constructor and Description |
|---|
Jsii$Proxy(IntegrationType type,
String integrationHttpMethod,
IntegrationOptions options,
Object uri)
Constructor that initializes the object based on literal property values passed by the
IntegrationProps.Builder. |
Jsii$Proxy(IntegrationType type,
String deploymentToken,
String integrationHttpMethod,
IntegrationOptions options,
String uri)
Constructor that initializes the object based on literal property values passed by the
IntegrationConfig.Builder. |
Copyright © 2021. All rights reserved.