Uses of Class
software.amazon.awssdk.services.ec2.model.VpnEcmpSupportValue
-
Packages that use VpnEcmpSupportValue Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpnEcmpSupportValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnEcmpSupportValue Modifier and Type Method Description static VpnEcmpSupportValueVpnEcmpSupportValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VpnEcmpSupportValueVpnEcmpSupportValue. 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.VpnEcmpSupportValueModifyTransitGatewayOptions. vpnEcmpSupport()Enable or disable Equal Cost Multipath Protocol support.VpnEcmpSupportValueTransitGatewayOptions. vpnEcmpSupport()Indicates whether Equal Cost Multipath Protocol support is enabled.VpnEcmpSupportValueTransitGatewayRequestOptions. vpnEcmpSupport()Enable or disable Equal Cost Multipath Protocol support.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnEcmpSupportValue Modifier and Type Method Description static Set<VpnEcmpSupportValue>VpnEcmpSupportValue. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpnEcmpSupportValue Modifier and Type Method Description ModifyTransitGatewayOptions.BuilderModifyTransitGatewayOptions.Builder. vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)Enable or disable Equal Cost Multipath Protocol support.TransitGatewayOptions.BuilderTransitGatewayOptions.Builder. vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)Indicates whether Equal Cost Multipath Protocol support is enabled.TransitGatewayRequestOptions.BuilderTransitGatewayRequestOptions.Builder. vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport)Enable or disable Equal Cost Multipath Protocol support.
-