Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayVirtualInterfaceGroup
-
Packages that use LocalGatewayVirtualInterfaceGroup Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of LocalGatewayVirtualInterfaceGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayVirtualInterfaceGroup Modifier and Type Method Description LocalGatewayVirtualInterfaceGroupCreateLocalGatewayVirtualInterfaceGroupResponse. localGatewayVirtualInterfaceGroup()Information about the created local gateway virtual interface group.LocalGatewayVirtualInterfaceGroupDeleteLocalGatewayVirtualInterfaceGroupResponse. localGatewayVirtualInterfaceGroup()Information about the deleted local gateway virtual interface group.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayVirtualInterfaceGroup Modifier and Type Method Description List<LocalGatewayVirtualInterfaceGroup>DescribeLocalGatewayVirtualInterfaceGroupsResponse. localGatewayVirtualInterfaceGroups()The virtual interface groups.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayVirtualInterfaceGroup Modifier and Type Method Description CreateLocalGatewayVirtualInterfaceGroupResponse.BuilderCreateLocalGatewayVirtualInterfaceGroupResponse.Builder. localGatewayVirtualInterfaceGroup(LocalGatewayVirtualInterfaceGroup localGatewayVirtualInterfaceGroup)Information about the created local gateway virtual interface group.DeleteLocalGatewayVirtualInterfaceGroupResponse.BuilderDeleteLocalGatewayVirtualInterfaceGroupResponse.Builder. localGatewayVirtualInterfaceGroup(LocalGatewayVirtualInterfaceGroup localGatewayVirtualInterfaceGroup)Information about the deleted local gateway virtual interface group.DescribeLocalGatewayVirtualInterfaceGroupsResponse.BuilderDescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder. localGatewayVirtualInterfaceGroups(LocalGatewayVirtualInterfaceGroup... localGatewayVirtualInterfaceGroups)The virtual interface groups.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayVirtualInterfaceGroup Modifier and Type Method Description DescribeLocalGatewayVirtualInterfaceGroupsResponse.BuilderDescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder. localGatewayVirtualInterfaceGroups(Collection<LocalGatewayVirtualInterfaceGroup> localGatewayVirtualInterfaceGroups)The virtual interface groups. -
Uses of LocalGatewayVirtualInterfaceGroup in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type LocalGatewayVirtualInterfaceGroup Modifier and Type Method Description SdkIterable<LocalGatewayVirtualInterfaceGroup>DescribeLocalGatewayVirtualInterfaceGroupsIterable. localGatewayVirtualInterfaceGroups()Returns an iterable to iterate through the paginatedDescribeLocalGatewayVirtualInterfaceGroupsResponse.localGatewayVirtualInterfaceGroups()member.SdkPublisher<LocalGatewayVirtualInterfaceGroup>DescribeLocalGatewayVirtualInterfaceGroupsPublisher. localGatewayVirtualInterfaceGroups()Returns a publisher that can be used to get a stream of data.
-