Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.IntegrationType
-
Packages that use IntegrationType Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of IntegrationType in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return IntegrationType Modifier and Type Method Description static IntegrationTypeIntegrationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IntegrationTypeCreateIntegrationRequest. integrationType()The integration type of an integration.IntegrationTypeCreateIntegrationResponse. integrationType()The integration type of an integration.IntegrationTypeGetIntegrationResponse. integrationType()The integration type of an integration.IntegrationTypeIntegration. integrationType()The integration type of an integration.IntegrationTypeUpdateIntegrationRequest. integrationType()The integration type of an integration.IntegrationTypeUpdateIntegrationResponse. integrationType()The integration type of an integration.static IntegrationTypeIntegrationType. 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.Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type IntegrationType Modifier and Type Method Description static Set<IntegrationType>IntegrationType. knownValues()Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type IntegrationType Modifier and Type Method Description CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. integrationType(IntegrationType integrationType)The integration type of an integration.CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. integrationType(IntegrationType integrationType)The integration type of an integration.GetIntegrationResponse.BuilderGetIntegrationResponse.Builder. integrationType(IntegrationType integrationType)The integration type of an integration.Integration.BuilderIntegration.Builder. integrationType(IntegrationType integrationType)The integration type of an integration.UpdateIntegrationRequest.BuilderUpdateIntegrationRequest.Builder. integrationType(IntegrationType integrationType)The integration type of an integration.UpdateIntegrationResponse.BuilderUpdateIntegrationResponse.Builder. integrationType(IntegrationType integrationType)The integration type of an integration.
-