Uses of Enum
com.amazonaws.services.apigateway.model.IntegrationType
Packages that use IntegrationType
-
Uses of IntegrationType in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return IntegrationTypeModifier and TypeMethodDescriptionstatic IntegrationType
Use this in place of valueOf.static IntegrationType
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 com.amazonaws.services.apigateway.model with parameters of type IntegrationTypeModifier and TypeMethodDescriptionvoid
GetIntegrationResult.setType
(IntegrationType type) Specifies the integration's type.void
Integration.setType
(IntegrationType type) Specifies the integration's type.void
PutIntegrationRequest.setType
(IntegrationType type) Specifies a put integration input's type.void
PutIntegrationResult.setType
(IntegrationType type) Specifies the integration's type.void
UpdateIntegrationResult.setType
(IntegrationType type) Specifies the integration's type.GetIntegrationResult.withType
(IntegrationType type) Specifies the integration's type.Integration.withType
(IntegrationType type) Specifies the integration's type.PutIntegrationRequest.withType
(IntegrationType type) Specifies a put integration input's type.PutIntegrationResult.withType
(IntegrationType type) Specifies the integration's type.UpdateIntegrationResult.withType
(IntegrationType type) Specifies the integration's type.