Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceNetworkInterfaceSpecification
Packages that use InstanceNetworkInterfaceSpecification
-
Uses of InstanceNetworkInterfaceSpecification in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type InstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionLaunchSpecification.networkInterfaces()The network interfaces.RequestSpotLaunchSpecification.networkInterfaces()The network interfaces.RunInstancesRequest.networkInterfaces()The network interfaces to associate with the instance.SpotFleetLaunchSpecification.networkInterfaces()The network interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionLaunchSpecification.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces) The network interfaces.RequestSpotLaunchSpecification.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces) The network interfaces.RunInstancesRequest.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces) The network interfaces to associate with the instance.SpotFleetLaunchSpecification.Builder.networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces) The network interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceNetworkInterfaceSpecificationModifier and TypeMethodDescriptionLaunchSpecification.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) The network interfaces.RequestSpotLaunchSpecification.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) The network interfaces.RunInstancesRequest.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) The network interfaces to associate with the instance.SpotFleetLaunchSpecification.Builder.networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces) The network interfaces.