| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
UpdateIntegrationRequest.connectionType()
The type of the network connection to the integration endpoint.
|
ConnectionType |
CreateIntegrationResponse.connectionType()
The type of the network connection to the integration endpoint.
|
ConnectionType |
UpdateIntegrationResponse.connectionType()
The type of the network connection to the integration endpoint.
|
ConnectionType |
GetIntegrationResponse.connectionType()
The type of the network connection to the integration endpoint.
|
ConnectionType |
CreateIntegrationRequest.connectionType()
The type of the network connection to the integration endpoint.
|
ConnectionType |
Integration.connectionType()
The type of the network connection to the integration endpoint.
|
static ConnectionType |
ConnectionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConnectionType |
ConnectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionType[] |
ConnectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConnectionType> |
ConnectionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
GetIntegrationResponse.Builder |
GetIntegrationResponse.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
Integration.Builder |
Integration.Builder.connectionType(ConnectionType connectionType)
The type of the network connection to the integration endpoint.
|
Copyright © 2021. All rights reserved.