Uses of Enum
software.amazon.awssdk.services.apigateway.model.IntegrationType
Packages that use IntegrationType
-
Uses of IntegrationType in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return IntegrationTypeModifier and TypeMethodDescriptionstatic IntegrationTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final IntegrationTypeGetIntegrationResponse.type()Specifies an API method integration type.final IntegrationTypeIntegration.type()Specifies an API method integration type.final IntegrationTypePutIntegrationRequest.type()Specifies a put integration input's type.final IntegrationTypePutIntegrationResponse.type()Specifies an API method integration type.final IntegrationTypeUpdateIntegrationResponse.type()Specifies an API method integration type.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 software.amazon.awssdk.services.apigateway.model that return types with arguments of type IntegrationTypeMethods in software.amazon.awssdk.services.apigateway.model with parameters of type IntegrationTypeModifier and TypeMethodDescriptionGetIntegrationResponse.Builder.type(IntegrationType type) Specifies an API method integration type.Integration.Builder.type(IntegrationType type) Specifies an API method integration type.PutIntegrationRequest.Builder.type(IntegrationType type) Specifies a put integration input's type.PutIntegrationResponse.Builder.type(IntegrationType type) Specifies an API method integration type.UpdateIntegrationResponse.Builder.type(IntegrationType type) Specifies an API method integration type.