Uses of Class
software.amazon.awssdk.services.ec2.model.CreateLocalGatewayVirtualInterfaceResponse
Packages that use CreateLocalGatewayVirtualInterfaceResponse
-
Uses of CreateLocalGatewayVirtualInterfaceResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateLocalGatewayVirtualInterfaceResponseModifier and TypeMethodDescriptionEc2Client.createLocalGatewayVirtualInterface(Consumer<CreateLocalGatewayVirtualInterfaceRequest.Builder> createLocalGatewayVirtualInterfaceRequest) Create a virtual interface for a local gateway.Ec2Client.createLocalGatewayVirtualInterface(CreateLocalGatewayVirtualInterfaceRequest createLocalGatewayVirtualInterfaceRequest) Create a virtual interface for a local gateway.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateLocalGatewayVirtualInterfaceResponseModifier and TypeMethodDescriptionEc2AsyncClient.createLocalGatewayVirtualInterface(Consumer<CreateLocalGatewayVirtualInterfaceRequest.Builder> createLocalGatewayVirtualInterfaceRequest) Create a virtual interface for a local gateway.Ec2AsyncClient.createLocalGatewayVirtualInterface(CreateLocalGatewayVirtualInterfaceRequest createLocalGatewayVirtualInterfaceRequest) Create a virtual interface for a local gateway.