Uses of Class
software.amazon.awssdk.services.ec2.model.CreateLocalGatewayVirtualInterfaceResponse
-
Packages that use CreateLocalGatewayVirtualInterfaceResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateLocalGatewayVirtualInterfaceResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateLocalGatewayVirtualInterfaceResponse Modifier and Type Method Description default CreateLocalGatewayVirtualInterfaceResponseEc2Client. createLocalGatewayVirtualInterface(Consumer<CreateLocalGatewayVirtualInterfaceRequest.Builder> createLocalGatewayVirtualInterfaceRequest)Create a virtual interface for a local gateway.default CreateLocalGatewayVirtualInterfaceResponseEc2Client. 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 CreateLocalGatewayVirtualInterfaceResponse Modifier and Type Method Description default CompletableFuture<CreateLocalGatewayVirtualInterfaceResponse>Ec2AsyncClient. createLocalGatewayVirtualInterface(Consumer<CreateLocalGatewayVirtualInterfaceRequest.Builder> createLocalGatewayVirtualInterfaceRequest)Create a virtual interface for a local gateway.default CompletableFuture<CreateLocalGatewayVirtualInterfaceResponse>Ec2AsyncClient. createLocalGatewayVirtualInterface(CreateLocalGatewayVirtualInterfaceRequest createLocalGatewayVirtualInterfaceRequest)Create a virtual interface for a local gateway.
-