Uses of Class
software.amazon.awssdk.services.ec2.model.InstanceNetworkInterfaceSpecification
-
Packages that use InstanceNetworkInterfaceSpecification Package Description software.amazon.awssdk.services.ec2.model -
-
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 InstanceNetworkInterfaceSpecification Modifier and Type Method Description List<InstanceNetworkInterfaceSpecification>LaunchSpecification. networkInterfaces()The network interfaces.List<InstanceNetworkInterfaceSpecification>RequestSpotLaunchSpecification. networkInterfaces()The network interfaces.List<InstanceNetworkInterfaceSpecification>RunInstancesRequest. networkInterfaces()The network interfaces to associate with the instance.List<InstanceNetworkInterfaceSpecification>SpotFleetLaunchSpecification. networkInterfaces()One or more network interfaces.Methods in software.amazon.awssdk.services.ec2.model with parameters of type InstanceNetworkInterfaceSpecification Modifier and Type Method Description LaunchSpecification.BuilderLaunchSpecification.Builder. networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)The network interfaces.RequestSpotLaunchSpecification.BuilderRequestSpotLaunchSpecification.Builder. networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)The network interfaces.RunInstancesRequest.BuilderRunInstancesRequest.Builder. networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)The network interfaces to associate with the instance.SpotFleetLaunchSpecification.BuilderSpotFleetLaunchSpecification.Builder. networkInterfaces(InstanceNetworkInterfaceSpecification... networkInterfaces)One or more network interfaces.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type InstanceNetworkInterfaceSpecification Modifier and Type Method Description LaunchSpecification.BuilderLaunchSpecification.Builder. networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)The network interfaces.RequestSpotLaunchSpecification.BuilderRequestSpotLaunchSpecification.Builder. networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)The network interfaces.RunInstancesRequest.BuilderRunInstancesRequest.Builder. networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)The network interfaces to associate with the instance.SpotFleetLaunchSpecification.BuilderSpotFleetLaunchSpecification.Builder. networkInterfaces(Collection<InstanceNetworkInterfaceSpecification> networkInterfaces)One or more network interfaces.
-