Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Host |
Host.clone() |
Host |
Host.withAllocationTime(Date allocationTime)
The time that the Dedicated Host was allocated.
|
Host |
Host.withAllowsMultipleInstanceTypes(AllowsMultipleInstanceTypes allowsMultipleInstanceTypes)
Indicates whether the Dedicated Host supports multiple instance types of the same instance family, or a specific
instance type only.
|
Host |
Host.withAllowsMultipleInstanceTypes(String allowsMultipleInstanceTypes)
Indicates whether the Dedicated Host supports multiple instance types of the same instance family, or a specific
instance type only.
|
Host |
Host.withAutoPlacement(AutoPlacement autoPlacement)
Whether auto-placement is on or off.
|
Host |
Host.withAutoPlacement(String autoPlacement)
Whether auto-placement is on or off.
|
Host |
Host.withAvailabilityZone(String availabilityZone)
The Availability Zone of the Dedicated Host.
|
Host |
Host.withAvailabilityZoneId(String availabilityZoneId)
The ID of the Availability Zone in which the Dedicated Host is allocated.
|
Host |
Host.withAvailableCapacity(AvailableCapacity availableCapacity)
Information about the instances running on the Dedicated Host.
|
Host |
Host.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Host |
Host.withHostId(String hostId)
The ID of the Dedicated Host.
|
Host |
Host.withHostProperties(HostProperties hostProperties)
The hardware specifications of the Dedicated Host.
|
Host |
Host.withHostRecovery(HostRecovery hostRecovery)
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
Host |
Host.withHostRecovery(String hostRecovery)
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
Host |
Host.withHostReservationId(String hostReservationId)
The reservation ID of the Dedicated Host.
|
Host |
Host.withInstances(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.withMemberOfServiceLinkedResourceGroup(Boolean memberOfServiceLinkedResourceGroup)
Indicates whether the Dedicated Host is in a host resource group.
|
Host |
Host.withOwnerId(String ownerId)
The ID of the AWS account that owns the Dedicated Host.
|
Host |
Host.withReleaseTime(Date releaseTime)
The time that the Dedicated Host was released.
|
Host |
Host.withState(AllocationState state)
The Dedicated Host's state.
|
Host |
Host.withState(String state)
The Dedicated Host's state.
|
Host |
Host.withTags(Collection<Tag> tags)
Any tags assigned to the Dedicated Host.
|
Host |
Host.withTags(Tag... tags)
Any tags assigned to the Dedicated Host.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Host> hosts)
Information about the Dedicated Hosts.
|
DescribeHostsResult |
DescribeHostsResult.withHosts(Collection<Host> hosts)
Information about the Dedicated Hosts.
|
Copyright © 2020. All rights reserved.