Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Host> |
DescribeHostsResult.hosts
Information about the Dedicated hosts.
|
Modifier and Type | Method and Description |
---|---|
Host |
Host.clone() |
Host |
Host.withAutoPlacement(AutoPlacement autoPlacement)
Whether auto-placement is on or off.
|
Host |
Host.withAutoPlacement(java.lang.String autoPlacement)
Whether auto-placement is on or off.
|
Host |
Host.withAvailabilityZone(java.lang.String availabilityZone)
The Availability Zone of the Dedicated host.
|
Host |
Host.withAvailableCapacity(AvailableCapacity availableCapacity)
The number of new instances that can be launched onto the Dedicated host.
|
Host |
Host.withClientToken(java.lang.String clientToken)
Unique, case-sensitive identifier you provide to ensure idempotency of
the request.
|
Host |
Host.withHostId(java.lang.String hostId)
The ID of the Dedicated host.
|
Host |
Host.withHostProperties(HostProperties hostProperties)
The hardware specifications of the Dedicated host.
|
Host |
Host.withHostReservationId(java.lang.String hostReservationId)
The reservation ID of the Dedicated host.
|
Host |
Host.withInstances(java.util.Collection<HostInstance> instances)
The IDs and instance type that are currently running on the Dedicated
host.
|
Host |
Host.withInstances(HostInstance... instances)
The IDs and instance type that are currently running on the Dedicated
host.
|
Host |
Host.withState(AllocationState state)
The Dedicated host's state.
|
Host |
Host.withState(java.lang.String state)
The Dedicated host's state.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Host> |
DescribeHostsResult.getHosts()
Information about the Dedicated hosts.
|
Modifier and Type | Method and Description |
---|---|
DescribeHostsResult |
DescribeHostsResult.withHosts(Host... hosts)
Information about the Dedicated hosts.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeHostsResult.setHosts(java.util.Collection<Host> hosts)
Information about the Dedicated hosts.
|
DescribeHostsResult |
DescribeHostsResult.withHosts(java.util.Collection<Host> hosts)
Information about the Dedicated hosts.
|
Modifier and Type | Method and Description |
---|---|
Host |
HostStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |