Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
TransitGatewayMulticastDomainOptions |
TransitGatewayMulticastDomainOptions.clone() |
TransitGatewayMulticastDomainOptions |
TransitGatewayMulticastDomain.getOptions()
The options for the transit gateway multicast domain.
|
TransitGatewayMulticastDomainOptions |
TransitGatewayMulticastDomainOptions.withAutoAcceptSharedAssociations(AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations)
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway
multicast domain.
|
TransitGatewayMulticastDomainOptions |
TransitGatewayMulticastDomainOptions.withAutoAcceptSharedAssociations(String autoAcceptSharedAssociations)
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway
multicast domain.
|
TransitGatewayMulticastDomainOptions |
TransitGatewayMulticastDomainOptions.withIgmpv2Support(Igmpv2SupportValue igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway
multicast domain.
|
TransitGatewayMulticastDomainOptions |
TransitGatewayMulticastDomainOptions.withIgmpv2Support(String igmpv2Support)
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway
multicast domain.
|
TransitGatewayMulticastDomainOptions |
TransitGatewayMulticastDomainOptions.withStaticSourcesSupport(StaticSourcesSupportValue staticSourcesSupport)
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
|
TransitGatewayMulticastDomainOptions |
TransitGatewayMulticastDomainOptions.withStaticSourcesSupport(String staticSourcesSupport)
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayMulticastDomain.setOptions(TransitGatewayMulticastDomainOptions options)
The options for the transit gateway multicast domain.
|
TransitGatewayMulticastDomain |
TransitGatewayMulticastDomain.withOptions(TransitGatewayMulticastDomainOptions options)
The options for the transit gateway multicast domain.
|
Copyright © 2022. All rights reserved.