Uses of Interface
software.amazon.awscdk.services.appmesh.Http2GatewayListenerOptions
Packages that use Http2GatewayListenerOptions
-
Uses of Http2GatewayListenerOptions in software.amazon.awscdk.services.appmesh
Classes in software.amazon.awscdk.services.appmesh that implement Http2GatewayListenerOptionsModifier and TypeClassDescriptionstatic final class
An implementation forHttp2GatewayListenerOptions
Methods in software.amazon.awscdk.services.appmesh that return Http2GatewayListenerOptionsModifier and TypeMethodDescriptionHttp2GatewayListenerOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.appmesh with parameters of type Http2GatewayListenerOptionsModifier and TypeMethodDescriptionstatic VirtualGatewayListener
VirtualGatewayListener.http2
(Http2GatewayListenerOptions options) Returns an HTTP2 Listener for a VirtualGateway.