| Package | Description |
|---|---|
| software.amazon.awscdk.cxapi |
Cloud Executable API
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerIpAddressType |
LoadBalancerContextResponse.getIpAddressType()
(experimental) Type of IP address.
|
LoadBalancerIpAddressType |
LoadBalancerContextResponse.Jsii$Proxy.getIpAddressType() |
static LoadBalancerIpAddressType |
LoadBalancerIpAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerIpAddressType[] |
LoadBalancerIpAddressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerContextResponse.Builder |
LoadBalancerContextResponse.Builder.ipAddressType(LoadBalancerIpAddressType ipAddressType)
Sets the value of
LoadBalancerContextResponse.getIpAddressType() |
| Constructor and Description |
|---|
Jsii$Proxy(LoadBalancerIpAddressType ipAddressType,
String loadBalancerArn,
String loadBalancerCanonicalHostedZoneId,
String loadBalancerDnsName,
List<String> securityGroupIds,
String vpcId)
Constructor that initializes the object based on literal property values passed by the
LoadBalancerContextResponse.Builder. |
Copyright © 2021. All rights reserved.