Uses of Class
software.amazon.awssdk.services.ec2.model.SubnetAssociation
Packages that use SubnetAssociation
-
Uses of SubnetAssociation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SubnetAssociationModifier and TypeMethodDescriptionfinal 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 SubnetAssociationModifier and TypeMethodDescriptionfinal List<SubnetAssociation>TransitGatewayMulticastDomainAssociations.subnets()The subnets associated with the multicast domain.Methods in software.amazon.awssdk.services.ec2.model with parameters of type SubnetAssociationModifier and TypeMethodDescriptionTransitGatewayMulticastDomainAssociation.Builder.subnet(SubnetAssociation subnet) The subnet associated with the transit gateway multicast domain.TransitGatewayMulticastDomainAssociations.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 SubnetAssociationModifier and TypeMethodDescriptionTransitGatewayMulticastDomainAssociations.Builder.subnets(Collection<SubnetAssociation> subnets) The subnets associated with the multicast domain.