Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<HostInstance> |
Host.getInstances()
The IDs and instance type that are currently running on the Dedicated
host.
|
Modifier and Type | Method and Description |
---|---|
Host |
Host.withInstances(HostInstance... instances)
The IDs and instance type that are currently running on the Dedicated
host.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.