Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SubnetAssociation |
SubnetAssociation.clone() |
SubnetAssociation |
TransitGatewayMulticastDomainAssociation.getSubnet()
The subnet associated with the transit gateway multicast domain.
|
SubnetAssociation |
SubnetAssociation.withState(String state)
The state of the subnet association.
|
SubnetAssociation |
SubnetAssociation.withState(TransitGatewayMulitcastDomainAssociationState state)
The state of the subnet association.
|
SubnetAssociation |
SubnetAssociation.withSubnetId(String subnetId)
The ID of the subnet.
|
Modifier and Type | Method and Description |
---|---|
List<SubnetAssociation> |
TransitGatewayMulticastDomainAssociations.getSubnets()
The subnets associated with the multicast domain.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayMulticastDomainAssociation.setSubnet(SubnetAssociation subnet)
The subnet associated with the transit gateway multicast domain.
|
TransitGatewayMulticastDomainAssociation |
TransitGatewayMulticastDomainAssociation.withSubnet(SubnetAssociation subnet)
The subnet associated with the transit gateway multicast domain.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withSubnets(SubnetAssociation... subnets)
The subnets associated with the multicast domain.
|
Modifier and Type | Method and Description |
---|---|
void |
TransitGatewayMulticastDomainAssociations.setSubnets(Collection<SubnetAssociation> subnets)
The subnets associated with the multicast domain.
|
TransitGatewayMulticastDomainAssociations |
TransitGatewayMulticastDomainAssociations.withSubnets(Collection<SubnetAssociation> subnets)
The subnets associated with the multicast domain.
|
Copyright © 2020. All rights reserved.