Uses of Class
software.amazon.awssdk.services.ec2.model.RegisterTransitGatewayMulticastGroupSourcesResponse
-
Packages that use RegisterTransitGatewayMulticastGroupSourcesResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of RegisterTransitGatewayMulticastGroupSourcesResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RegisterTransitGatewayMulticastGroupSourcesResponse Modifier and Type Method Description default RegisterTransitGatewayMulticastGroupSourcesResponseEc2Client. registerTransitGatewayMulticastGroupSources(Consumer<RegisterTransitGatewayMulticastGroupSourcesRequest.Builder> registerTransitGatewayMulticastGroupSourcesRequest)Registers sources (network interfaces) with the specified transit gateway multicast group.default RegisterTransitGatewayMulticastGroupSourcesResponseEc2Client. registerTransitGatewayMulticastGroupSources(RegisterTransitGatewayMulticastGroupSourcesRequest registerTransitGatewayMulticastGroupSourcesRequest)Registers sources (network interfaces) with the specified transit gateway multicast group.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RegisterTransitGatewayMulticastGroupSourcesResponse Modifier and Type Method Description default CompletableFuture<RegisterTransitGatewayMulticastGroupSourcesResponse>Ec2AsyncClient. registerTransitGatewayMulticastGroupSources(Consumer<RegisterTransitGatewayMulticastGroupSourcesRequest.Builder> registerTransitGatewayMulticastGroupSourcesRequest)Registers sources (network interfaces) with the specified transit gateway multicast group.default CompletableFuture<RegisterTransitGatewayMulticastGroupSourcesResponse>Ec2AsyncClient. registerTransitGatewayMulticastGroupSources(RegisterTransitGatewayMulticastGroupSourcesRequest registerTransitGatewayMulticastGroupSourcesRequest)Registers sources (network interfaces) with the specified transit gateway multicast group.
-