| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
IntegrationType |
IntegrationConfig.getType()
Specifies an API method integration type.
|
IntegrationType |
IntegrationConfig.Jsii$Proxy.getType() |
IntegrationType |
IntegrationProps.getType()
Specifies an API method integration type.
|
IntegrationType |
IntegrationProps.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 |
|---|---|
Integration.Builder |
Integration.Builder.type(IntegrationType type)
Specifies an API method integration type.
|
IntegrationConfig.Builder |
IntegrationConfig.Builder.type(IntegrationType type)
Sets the value of
IntegrationConfig.getType() |
IntegrationProps.Builder |
IntegrationProps.Builder.type(IntegrationType type)
Sets the value of
IntegrationProps.getType() |
Copyright © 2022. All rights reserved.