Uses of Enum
software.amazon.awssdk.services.ec2.model.Igmpv2SupportValue
Packages that use Igmpv2SupportValue
-
Uses of Igmpv2SupportValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Igmpv2SupportValueModifier and TypeMethodDescriptionstatic Igmpv2SupportValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final Igmpv2SupportValueCreateTransitGatewayMulticastDomainRequestOptions.igmpv2Support()Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.final Igmpv2SupportValueTransitGatewayMulticastDomainOptions.igmpv2Support()Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.static Igmpv2SupportValueReturns the enum constant of this type with the specified name.static Igmpv2SupportValue[]Igmpv2SupportValue.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Igmpv2SupportValueModifier and TypeMethodDescriptionstatic Set<Igmpv2SupportValue>Igmpv2SupportValue.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type Igmpv2SupportValueModifier and TypeMethodDescriptionCreateTransitGatewayMulticastDomainRequestOptions.Builder.igmpv2Support(Igmpv2SupportValue igmpv2Support) Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.TransitGatewayMulticastDomainOptions.Builder.igmpv2Support(Igmpv2SupportValue igmpv2Support) Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.