Uses of Class
software.amazon.awssdk.services.ec2.model.HostInstance
Packages that use HostInstance
-
Uses of HostInstance in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type HostInstanceModifier and TypeMethodDescriptionfinal List<HostInstance>Host.instances()The IDs and instance type that are currently running on the Dedicated Host.Methods in software.amazon.awssdk.services.ec2.model with parameters of type HostInstanceModifier and TypeMethodDescriptionHost.Builder.instances(HostInstance... instances) The IDs and instance type that are currently running on the Dedicated Host.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type HostInstanceModifier and TypeMethodDescriptionHost.Builder.instances(Collection<HostInstance> instances) The IDs and instance type that are currently running on the Dedicated Host.