Uses of Interface
software.amazon.awscdk.services.appmesh.HttpConnectionPool
Packages that use HttpConnectionPool
-
Uses of HttpConnectionPool in software.amazon.awscdk.services.appmesh
Classes in software.amazon.awscdk.services.appmesh that implement HttpConnectionPoolMethods in software.amazon.awscdk.services.appmesh that return HttpConnectionPoolModifier and TypeMethodDescriptionHttpConnectionPool.Builder.build()Builds the configured instance.default HttpConnectionPoolHttpGatewayListenerOptions.getConnectionPool()Connection pool for http listeners.final HttpConnectionPoolHttpGatewayListenerOptions.Jsii$Proxy.getConnectionPool()default HttpConnectionPoolHttpVirtualNodeListenerOptions.getConnectionPool()Connection pool for http listeners.final HttpConnectionPoolHttpVirtualNodeListenerOptions.Jsii$Proxy.getConnectionPool()Methods in software.amazon.awscdk.services.appmesh with parameters of type HttpConnectionPoolModifier and TypeMethodDescriptionHttpGatewayListenerOptions.Builder.connectionPool(HttpConnectionPool connectionPool) Sets the value ofHttpGatewayListenerOptions.getConnectionPool()HttpVirtualNodeListenerOptions.Builder.connectionPool(HttpConnectionPool connectionPool) Sets the value ofHttpVirtualNodeListenerOptions.getConnectionPool()