Uses of Interface
software.amazon.awscdk.services.appmesh.GrpcVirtualNodeListenerOptions
Packages that use GrpcVirtualNodeListenerOptions
-
Uses of GrpcVirtualNodeListenerOptions in software.amazon.awscdk.services.appmesh
Classes in software.amazon.awscdk.services.appmesh that implement GrpcVirtualNodeListenerOptionsModifier and TypeClassDescriptionstatic final classAn implementation forGrpcVirtualNodeListenerOptionsMethods in software.amazon.awscdk.services.appmesh that return GrpcVirtualNodeListenerOptionsModifier and TypeMethodDescriptionGrpcVirtualNodeListenerOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.appmesh with parameters of type GrpcVirtualNodeListenerOptionsModifier and TypeMethodDescriptionstatic VirtualNodeListenerVirtualNodeListener.grpc(GrpcVirtualNodeListenerOptions props) Returns an GRPC Listener for a VirtualNode.