Uses of Class
software.amazon.awssdk.services.ec2.model.LocalGatewayVirtualInterface
-
Packages that use LocalGatewayVirtualInterface Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of LocalGatewayVirtualInterface in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LocalGatewayVirtualInterface Modifier and Type Method Description LocalGatewayVirtualInterfaceCreateLocalGatewayVirtualInterfaceResponse. localGatewayVirtualInterface()Information about the local gateway virtual interface.LocalGatewayVirtualInterfaceDeleteLocalGatewayVirtualInterfaceResponse. localGatewayVirtualInterface()Information about the deleted local gateway virtual interface.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LocalGatewayVirtualInterface Modifier and Type Method Description List<LocalGatewayVirtualInterface>DescribeLocalGatewayVirtualInterfacesResponse. localGatewayVirtualInterfaces()Information about the virtual interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type LocalGatewayVirtualInterface Modifier and Type Method Description CreateLocalGatewayVirtualInterfaceResponse.BuilderCreateLocalGatewayVirtualInterfaceResponse.Builder. localGatewayVirtualInterface(LocalGatewayVirtualInterface localGatewayVirtualInterface)Information about the local gateway virtual interface.DeleteLocalGatewayVirtualInterfaceResponse.BuilderDeleteLocalGatewayVirtualInterfaceResponse.Builder. localGatewayVirtualInterface(LocalGatewayVirtualInterface localGatewayVirtualInterface)Information about the deleted local gateway virtual interface.DescribeLocalGatewayVirtualInterfacesResponse.BuilderDescribeLocalGatewayVirtualInterfacesResponse.Builder. localGatewayVirtualInterfaces(LocalGatewayVirtualInterface... localGatewayVirtualInterfaces)Information about the virtual interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LocalGatewayVirtualInterface Modifier and Type Method Description DescribeLocalGatewayVirtualInterfacesResponse.BuilderDescribeLocalGatewayVirtualInterfacesResponse.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 LocalGatewayVirtualInterface Modifier and Type Method Description SdkIterable<LocalGatewayVirtualInterface>DescribeLocalGatewayVirtualInterfacesIterable. localGatewayVirtualInterfaces()Returns an iterable to iterate through the paginatedDescribeLocalGatewayVirtualInterfacesResponse.localGatewayVirtualInterfaces()member.SdkPublisher<LocalGatewayVirtualInterface>DescribeLocalGatewayVirtualInterfacesPublisher. localGatewayVirtualInterfaces()Returns a publisher that can be used to get a stream of data.
-