Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<HostInstance> |
Host.instances
The IDs and instance type that are currently running on the Dedicated
host.
|
Modifier and Type | Method and Description |
---|---|
HostInstance |
HostInstance.clone() |
HostInstance |
HostInstance.withInstanceId(java.lang.String instanceId)
the IDs of instances that are running on the Dedicated host.
|
HostInstance |
HostInstance.withInstanceType(java.lang.String instanceType)
The instance type size (for example, m3.medium) of the running instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<HostInstance> instances)
The IDs and instance type that are currently running on the Dedicated
host.
|
Host |
Host.withInstances(java.util.Collection<HostInstance> instances)
The IDs and instance type that are currently running on the Dedicated
host.
|
Modifier and Type | Method and Description |
---|---|
HostInstance |
HostInstanceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |