Uses of Class
com.amazonaws.services.ec2.model.HostInstance
-
Packages that use HostInstance Package Description com.amazonaws.services.ec2.model -
-
Uses of HostInstance in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return HostInstance Modifier and Type Method Description HostInstance
HostInstance. clone()
HostInstance
HostInstance. withInstanceId(String instanceId)
the IDs of instances that are running on the Dedicated host.HostInstance
HostInstance. withInstanceType(String instanceType)
The instance type size (for example, m3.medium) of the running instance.Methods in com.amazonaws.services.ec2.model that return types with arguments of type HostInstance Modifier and Type Method Description List<HostInstance>
Host. getInstances()
The IDs and instance type that are currently running on the Dedicated host.Methods in com.amazonaws.services.ec2.model with parameters of type HostInstance Modifier and Type Method Description Host
Host. withInstances(HostInstance... instances)
The IDs and instance type that are currently running on the Dedicated host.Method parameters in com.amazonaws.services.ec2.model with type arguments of type HostInstance Modifier and Type Method Description void
Host. setInstances(Collection<HostInstance> instances)
The IDs and instance type that are currently running on the Dedicated host.Host
Host. withInstances(Collection<HostInstance> instances)
The IDs and instance type that are currently running on the Dedicated host.
-