Uses of Class
software.amazon.awssdk.services.ec2.model.SubnetAssociation
-
Packages that use SubnetAssociation Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SubnetAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SubnetAssociation Modifier and Type Method Description SubnetAssociationTransitGatewayMulticastDomainAssociation. subnet()The subnet associated with the transit gateway multicast domain.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SubnetAssociation Modifier and Type Method Description List<SubnetAssociation>TransitGatewayMulticastDomainAssociations. subnets()The subnets associated with the multicast domain.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SubnetAssociation Modifier and Type Method Description TransitGatewayMulticastDomainAssociation.BuilderTransitGatewayMulticastDomainAssociation.Builder. subnet(SubnetAssociation subnet)The subnet associated with the transit gateway multicast domain.TransitGatewayMulticastDomainAssociations.BuilderTransitGatewayMulticastDomainAssociations.Builder. subnets(SubnetAssociation... subnets)The subnets associated with the multicast domain.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type SubnetAssociation Modifier and Type Method Description TransitGatewayMulticastDomainAssociations.BuilderTransitGatewayMulticastDomainAssociations.Builder. subnets(Collection<SubnetAssociation> subnets)The subnets associated with the multicast domain.
-