| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigatewayv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IntegrationType |
IntegrationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IntegrationType |
CreateIntegrationResponse.integrationType()
The integration type of an integration.
|
IntegrationType |
UpdateIntegrationResponse.integrationType()
The integration type of an integration.
|
IntegrationType |
CreateIntegrationRequest.integrationType()
The integration type of an integration.
|
IntegrationType |
Integration.integrationType()
The integration type of an integration.
|
IntegrationType |
GetIntegrationResponse.integrationType()
The integration type of an integration.
|
IntegrationType |
UpdateIntegrationRequest.integrationType()
The integration type of an integration.
|
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 |
|---|---|
static Set<IntegrationType> |
IntegrationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationResponse.Builder |
CreateIntegrationResponse.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
UpdateIntegrationResponse.Builder |
UpdateIntegrationResponse.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
CreateIntegrationRequest.Builder |
CreateIntegrationRequest.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
Integration.Builder |
Integration.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
GetIntegrationResponse.Builder |
GetIntegrationResponse.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
UpdateIntegrationRequest.Builder |
UpdateIntegrationRequest.Builder.integrationType(IntegrationType integrationType)
The integration type of an integration.
|
Copyright © 2019. All rights reserved.