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 IntegrationTypeUse this in place of valueOf.static IntegrationTypeReturns 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 TypeMethodDescriptionvoidGetIntegrationResult.setType(IntegrationType type) Specifies the integration's type.voidIntegration.setType(IntegrationType type) Specifies the integration's type.voidPutIntegrationRequest.setType(IntegrationType type) Specifies a put integration input's type.voidPutIntegrationResult.setType(IntegrationType type) Specifies the integration's type.voidUpdateIntegrationResult.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.