Package | Description |
---|---|
software.amazon.awssdk.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static Igmpv2SupportValue |
Igmpv2SupportValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Igmpv2SupportValue |
CreateTransitGatewayMulticastDomainRequestOptions.igmpv2Support()
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast
domain.
|
Igmpv2SupportValue |
TransitGatewayMulticastDomainOptions.igmpv2Support()
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway
multicast domain.
|
static Igmpv2SupportValue |
Igmpv2SupportValue.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
static Set<Igmpv2SupportValue> |
Igmpv2SupportValue.knownValues()
|
Modifier and Type | Method and Description |
---|---|
CreateTransitGatewayMulticastDomainRequestOptions.Builder |
CreateTransitGatewayMulticastDomainRequestOptions.Builder.igmpv2Support(Igmpv2SupportValue igmpv2Support)
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway
multicast domain.
|
TransitGatewayMulticastDomainOptions.Builder |
TransitGatewayMulticastDomainOptions.Builder.igmpv2Support(Igmpv2SupportValue igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway
multicast domain.
|
Copyright © 2022. All rights reserved.