Uses of Class
software.amazon.awscdk.cloudassembly.schema.LoadBalancerListenerProtocol
-
-
Uses of LoadBalancerListenerProtocol in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return LoadBalancerListenerProtocol Modifier and Type Method Description default LoadBalancerListenerProtocolLoadBalancerListenerContextQuery. getListenerProtocol()Filter by listener protocol.LoadBalancerListenerProtocolLoadBalancerListenerContextQuery.Jsii$Proxy. getListenerProtocol()static LoadBalancerListenerProtocolLoadBalancerListenerProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadBalancerListenerProtocol[]LoadBalancerListenerProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.cloudassembly.schema with parameters of type LoadBalancerListenerProtocol Modifier and Type Method Description LoadBalancerListenerContextQuery.BuilderLoadBalancerListenerContextQuery.Builder. listenerProtocol(LoadBalancerListenerProtocol listenerProtocol)Sets the value ofLoadBalancerListenerContextQuery.getListenerProtocol()
-