Uses of Class
com.amazonaws.services.ec2.model.HostInstance
Packages that use HostInstance
-
Uses of HostInstance in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return HostInstanceModifier and TypeMethodDescriptionHostInstance.clone()
HostInstance.withInstanceId
(String instanceId) the IDs of instances that are running on the Dedicated host.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 HostInstanceModifier and TypeMethodDescriptionHost.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 HostInstanceModifier and TypeMethodDescriptionHost.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 HostInstanceModifier and TypeMethodDescriptionvoid
Host.setInstances
(Collection<HostInstance> instances) The IDs and instance type that are currently running on the Dedicated host.Host.withInstances
(Collection<HostInstance> instances) The IDs and instance type that are currently running on the Dedicated host.