Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayVirtualInterface
Packages that use LocalGatewayVirtualInterface
Package
Description
-
Uses of LocalGatewayVirtualInterface in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayVirtualInterfaceModifier and TypeMethodDescriptionCreateLocalGatewayVirtualInterfaceResponse.localGatewayVirtualInterface()Information about the local gateway virtual interface.DeleteLocalGatewayVirtualInterfaceResponse.localGatewayVirtualInterface()Information about the deleted local gateway virtual interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayVirtualInterfaceModifier and TypeMethodDescriptionfinal List<LocalGatewayVirtualInterface>DescribeLocalGatewayVirtualInterfacesResponse.localGatewayVirtualInterfaces()Information about the virtual interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayVirtualInterfaceModifier and TypeMethodDescriptionCreateLocalGatewayVirtualInterfaceResponse.Builder.localGatewayVirtualInterface(LocalGatewayVirtualInterface localGatewayVirtualInterface) Information about the local gateway virtual interface.DeleteLocalGatewayVirtualInterfaceResponse.Builder.localGatewayVirtualInterface(LocalGatewayVirtualInterface localGatewayVirtualInterface) Information about the deleted local gateway virtual interface.DescribeLocalGatewayVirtualInterfacesResponse.Builder.localGatewayVirtualInterfaces(LocalGatewayVirtualInterface... localGatewayVirtualInterfaces) Information about the virtual interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayVirtualInterfaceModifier and TypeMethodDescriptionDescribeLocalGatewayVirtualInterfacesResponse.Builder.localGatewayVirtualInterfaces(Collection<LocalGatewayVirtualInterface> localGatewayVirtualInterfaces) Information about the virtual interfaces. -
Uses of LocalGatewayVirtualInterface in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type LocalGatewayVirtualInterfaceModifier and TypeMethodDescriptionDescribeLocalGatewayVirtualInterfacesIterable.localGatewayVirtualInterfaces()Returns an iterable to iterate through the paginatedDescribeLocalGatewayVirtualInterfacesResponse.localGatewayVirtualInterfaces()member.DescribeLocalGatewayVirtualInterfacesPublisher.localGatewayVirtualInterfaces()Returns a publisher that can be used to get a stream of data.