Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayVirtualInterfaceGroup
Packages that use LocalGatewayVirtualInterfaceGroup
Package
Description
-
Uses of LocalGatewayVirtualInterfaceGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayVirtualInterfaceGroupModifier and TypeMethodDescriptionCreateLocalGatewayVirtualInterfaceGroupResponse.localGatewayVirtualInterfaceGroup()Information about the created local gateway virtual interface group.DeleteLocalGatewayVirtualInterfaceGroupResponse.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 LocalGatewayVirtualInterfaceGroupModifier and TypeMethodDescriptionDescribeLocalGatewayVirtualInterfaceGroupsResponse.localGatewayVirtualInterfaceGroups()The virtual interface groups.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayVirtualInterfaceGroupModifier and TypeMethodDescriptionCreateLocalGatewayVirtualInterfaceGroupResponse.Builder.localGatewayVirtualInterfaceGroup(LocalGatewayVirtualInterfaceGroup localGatewayVirtualInterfaceGroup) Information about the created local gateway virtual interface group.DeleteLocalGatewayVirtualInterfaceGroupResponse.Builder.localGatewayVirtualInterfaceGroup(LocalGatewayVirtualInterfaceGroup localGatewayVirtualInterfaceGroup) Information about the deleted local gateway virtual interface group.DescribeLocalGatewayVirtualInterfaceGroupsResponse.Builder.localGatewayVirtualInterfaceGroups(LocalGatewayVirtualInterfaceGroup... localGatewayVirtualInterfaceGroups) The virtual interface groups.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayVirtualInterfaceGroupModifier and TypeMethodDescriptionDescribeLocalGatewayVirtualInterfaceGroupsResponse.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 LocalGatewayVirtualInterfaceGroupModifier and TypeMethodDescriptionDescribeLocalGatewayVirtualInterfaceGroupsIterable.localGatewayVirtualInterfaceGroups()Returns an iterable to iterate through the paginatedDescribeLocalGatewayVirtualInterfaceGroupsResponse.localGatewayVirtualInterfaceGroups()member.DescribeLocalGatewayVirtualInterfaceGroupsPublisher.localGatewayVirtualInterfaceGroups()Returns a publisher that can be used to get a stream of data.