Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.WebSocketAuthorizerType
Packages that use WebSocketAuthorizerType
-
Uses of WebSocketAuthorizerType in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return WebSocketAuthorizerTypeModifier and TypeMethodDescriptionWebSocketAuthorizerProps.getType()The type of authorizer.final WebSocketAuthorizerTypeWebSocketAuthorizerProps.Jsii$Proxy.getType()static WebSocketAuthorizerTypeReturns the enum constant of this class with the specified name.static WebSocketAuthorizerType[]WebSocketAuthorizerType.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 WebSocketAuthorizerTypeModifier and TypeMethodDescriptionWebSocketAuthorizer.Builder.type(WebSocketAuthorizerType type) The type of authorizer.WebSocketAuthorizerProps.Builder.type(WebSocketAuthorizerType type) Sets the value ofWebSocketAuthorizerProps.getType()