| Package | Description |
|---|---|
| software.amazon.awscdk.cloudassembly.schema |
Cloud Assembly Schema
|
| Modifier and Type | Method and Description |
|---|---|
default LoadBalancerListenerProtocol |
LoadBalancerListenerContextQuery.getListenerProtocol()
(experimental) Filter by listener protocol.
|
LoadBalancerListenerProtocol |
LoadBalancerListenerContextQuery.Jsii$Proxy.getListenerProtocol() |
static LoadBalancerListenerProtocol |
LoadBalancerListenerProtocol.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.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerListenerContextQuery.Builder |
LoadBalancerListenerContextQuery.Builder.listenerProtocol(LoadBalancerListenerProtocol listenerProtocol)
Sets the value of
LoadBalancerListenerContextQuery.getListenerProtocol() |
| Constructor and Description |
|---|
Jsii$Proxy(String account,
String region,
String listenerArn,
Number listenerPort,
LoadBalancerListenerProtocol listenerProtocol,
LoadBalancerType loadBalancerType,
String loadBalancerArn,
List<? extends Tag> loadBalancerTags)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerListenerContextQuery.Builder. |
Copyright © 2021. All rights reserved.