Uses of Class
com.amazonaws.services.ec2.model.Host
Packages that use Host
-
Uses of Host in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return HostModifier and TypeMethodDescriptionHost.clone()
Host.withAutoPlacement
(AutoPlacement autoPlacement) Whether auto-placement is on or off.Host.withAutoPlacement
(String autoPlacement) Whether auto-placement is on or off.Host.withAvailabilityZone
(String availabilityZone) The Availability Zone of the Dedicated host.Host.withAvailableCapacity
(AvailableCapacity availableCapacity) The number of new instances that can be launched onto the Dedicated host.Host.withClientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure idempotency of the request.Host.withHostId
(String hostId) The ID of the Dedicated host.Host.withHostProperties
(HostProperties hostProperties) The hardware specifications of the Dedicated host.Host.withHostReservationId
(String hostReservationId) The reservation ID of the Dedicated host.Host.withInstances
(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.Host.withState
(AllocationState state) The Dedicated host's state.The Dedicated host's state.Methods in com.amazonaws.services.ec2.model that return types with arguments of type HostModifier and TypeMethodDescriptionDescribeHostsResult.getHosts()
Information about the Dedicated hosts.Methods in com.amazonaws.services.ec2.model with parameters of type HostModifier and TypeMethodDescriptionInformation about the Dedicated hosts.Method parameters in com.amazonaws.services.ec2.model with type arguments of type HostModifier and TypeMethodDescriptionvoid
DescribeHostsResult.setHosts
(Collection<Host> hosts) Information about the Dedicated hosts.DescribeHostsResult.withHosts
(Collection<Host> hosts) Information about the Dedicated hosts.