Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.WebSocketIntegrationType
Packages that use WebSocketIntegrationType
-
Uses of WebSocketIntegrationType in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketIntegrationTypeModifier and TypeMethodDescriptionWebSocketIntegrationProps.getIntegrationType()Integration type.final WebSocketIntegrationTypeWebSocketIntegrationProps.Jsii$Proxy.getIntegrationType()WebSocketRouteIntegrationConfig.getType()Integration type.final WebSocketIntegrationTypeWebSocketRouteIntegrationConfig.Jsii$Proxy.getType()static WebSocketIntegrationTypeReturns the enum constant of this class with the specified name.static WebSocketIntegrationType[]WebSocketIntegrationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type WebSocketIntegrationTypeModifier and TypeMethodDescriptionWebSocketIntegration.Builder.integrationType(WebSocketIntegrationType integrationType) Integration type.WebSocketIntegrationProps.Builder.integrationType(WebSocketIntegrationType integrationType) Sets the value ofWebSocketIntegrationProps.getIntegrationType()WebSocketRouteIntegrationConfig.Builder.type(WebSocketIntegrationType type) Sets the value ofWebSocketRouteIntegrationConfig.getType()