Uses of Class
software.amazon.awssdk.services.ec2.model.AssociateTransitGatewayMulticastDomainResponse
Packages that use AssociateTransitGatewayMulticastDomainResponse
-
Uses of AssociateTransitGatewayMulticastDomainResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return AssociateTransitGatewayMulticastDomainResponseModifier and TypeMethodDescriptionEc2Client.associateTransitGatewayMulticastDomain(Consumer<AssociateTransitGatewayMulticastDomainRequest.Builder> associateTransitGatewayMulticastDomainRequest) Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.Ec2Client.associateTransitGatewayMulticastDomain(AssociateTransitGatewayMulticastDomainRequest associateTransitGatewayMulticastDomainRequest) Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type AssociateTransitGatewayMulticastDomainResponseModifier and TypeMethodDescriptionEc2AsyncClient.associateTransitGatewayMulticastDomain(Consumer<AssociateTransitGatewayMulticastDomainRequest.Builder> associateTransitGatewayMulticastDomainRequest) Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.Ec2AsyncClient.associateTransitGatewayMulticastDomain(AssociateTransitGatewayMulticastDomainRequest associateTransitGatewayMulticastDomainRequest) Associates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain.