Uses of Class
software.amazon.awssdk.services.ec2.model.TransitGatewayMulticastGroup
Packages that use TransitGatewayMulticastGroup
Package
Description
-
Uses of TransitGatewayMulticastGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayMulticastGroupModifier and TypeMethodDescriptionfinal List<TransitGatewayMulticastGroup>SearchTransitGatewayMulticastGroupsResponse.multicastGroups()Information about the transit gateway multicast group.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TransitGatewayMulticastGroupModifier and TypeMethodDescriptionSearchTransitGatewayMulticastGroupsResponse.Builder.multicastGroups(TransitGatewayMulticastGroup... multicastGroups) Information about the transit gateway multicast group.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayMulticastGroupModifier and TypeMethodDescriptionSearchTransitGatewayMulticastGroupsResponse.Builder.multicastGroups(Collection<TransitGatewayMulticastGroup> multicastGroups) Information about the transit gateway multicast group. -
Uses of TransitGatewayMulticastGroup in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TransitGatewayMulticastGroupModifier and TypeMethodDescriptionSearchTransitGatewayMulticastGroupsIterable.multicastGroups()Returns an iterable to iterate through the paginatedSearchTransitGatewayMulticastGroupsResponse.multicastGroups()member.SearchTransitGatewayMulticastGroupsPublisher.multicastGroups()Returns a publisher that can be used to get a stream of data.