Uses of Enum
software.amazon.awssdk.services.ec2.model.VpnEcmpSupportValue
Packages that use VpnEcmpSupportValue
-
Uses of VpnEcmpSupportValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnEcmpSupportValueModifier and TypeMethodDescriptionstatic VpnEcmpSupportValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.static VpnEcmpSupportValueReturns 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.final VpnEcmpSupportValueModifyTransitGatewayOptions.vpnEcmpSupport()Enable or disable Equal Cost Multipath Protocol support.final VpnEcmpSupportValueTransitGatewayOptions.vpnEcmpSupport()Indicates whether Equal Cost Multipath Protocol support is enabled.final 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 VpnEcmpSupportValueModifier and TypeMethodDescriptionstatic Set<VpnEcmpSupportValue>VpnEcmpSupportValue.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpnEcmpSupportValueModifier and TypeMethodDescriptionModifyTransitGatewayOptions.Builder.vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport) Enable or disable Equal Cost Multipath Protocol support.TransitGatewayOptions.Builder.vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport) Indicates whether Equal Cost Multipath Protocol support is enabled.TransitGatewayRequestOptions.Builder.vpnEcmpSupport(VpnEcmpSupportValue vpnEcmpSupport) Enable or disable Equal Cost Multipath Protocol support.