Uses of Interface
software.amazon.awssdk.services.ec2.model.TransitGatewayMulticastRegisteredGroupSources.Builder
Packages that use TransitGatewayMulticastRegisteredGroupSources.Builder
-
Uses of TransitGatewayMulticastRegisteredGroupSources.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TransitGatewayMulticastRegisteredGroupSources.BuilderModifier and TypeMethodDescriptionTransitGatewayMulticastRegisteredGroupSources.builder()TransitGatewayMulticastRegisteredGroupSources.Builder.groupIpAddress(String groupIpAddress) The IP address assigned to the transit gateway multicast group.TransitGatewayMulticastRegisteredGroupSources.Builder.registeredNetworkInterfaceIds(String... registeredNetworkInterfaceIds) The IDs of the network interfaces members registered with the transit gateway multicast group.TransitGatewayMulticastRegisteredGroupSources.Builder.registeredNetworkInterfaceIds(Collection<String> registeredNetworkInterfaceIds) The IDs of the network interfaces members registered with the transit gateway multicast group.TransitGatewayMulticastRegisteredGroupSources.toBuilder()TransitGatewayMulticastRegisteredGroupSources.Builder.transitGatewayMulticastDomainId(String transitGatewayMulticastDomainId) The ID of the transit gateway multicast domain.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TransitGatewayMulticastRegisteredGroupSources.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransitGatewayMulticastRegisteredGroupSources.Builder>TransitGatewayMulticastRegisteredGroupSources.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TransitGatewayMulticastRegisteredGroupSources.BuilderModifier and TypeMethodDescriptionRegisterTransitGatewayMulticastGroupSourcesResponse.Builder.registeredMulticastGroupSources(Consumer<TransitGatewayMulticastRegisteredGroupSources.Builder> registeredMulticastGroupSources) Information about the transit gateway multicast group sources.