Uses of Class
software.amazon.awssdk.services.ec2.model.ScheduledInstancesNetworkInterface
Packages that use ScheduledInstancesNetworkInterface
-
Uses of ScheduledInstancesNetworkInterface in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ScheduledInstancesNetworkInterfaceModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.networkInterfaces()The network interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ScheduledInstancesNetworkInterfaceModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.Builder.networkInterfaces(ScheduledInstancesNetworkInterface... networkInterfaces) The network interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ScheduledInstancesNetworkInterfaceModifier and TypeMethodDescriptionScheduledInstancesLaunchSpecification.Builder.networkInterfaces(Collection<ScheduledInstancesNetworkInterface> networkInterfaces) The network interfaces.