| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpnEcmpSupportValue |
VpnEcmpSupportValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static VpnEcmpSupportValue |
VpnEcmpSupportValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpnEcmpSupportValue[] |
VpnEcmpSupportValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
VpnEcmpSupportValue |
TransitGatewayOptions.vpnEcmpSupport()
Indicates whether Equal Cost Multipath Protocol support is enabled.
|
VpnEcmpSupportValue |
TransitGatewayRequestOptions.vpnEcmpSupport()
Enable or disable Equal Cost Multipath Protocol support.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VpnEcmpSupportValue> |
VpnEcmpSupportValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TransitGatewayOptions.Builder |
TransitGatewayOptions.Builder.vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Indicates whether Equal Cost Multipath Protocol support is enabled.
|
TransitGatewayRequestOptions.Builder |
TransitGatewayRequestOptions.Builder.vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)
Enable or disable Equal Cost Multipath Protocol support.
|
Copyright © 2019. All rights reserved.