Uses of Class
software.amazon.awssdk.services.ec2.model.HostInstance
-
Packages that use HostInstance Package Description software.amazon.awssdk.services.ec2.model -
-
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 HostInstance Modifier and Type Method Description 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 HostInstance Modifier and Type Method Description Host.BuilderHost.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 HostInstance Modifier and Type Method Description Host.BuilderHost.Builder. instances(Collection<HostInstance> instances)The IDs and instance type that are currently running on the Dedicated Host.
-