Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
HostInstance |
HostInstance.clone() |
HostInstance |
HostInstance.withInstanceId(String instanceId)
The ID of instance that is running on the Dedicated Host.
|
HostInstance |
HostInstance.withInstanceType(String instanceType)
The instance type (for example,
m3.medium ) of the running instance. |
HostInstance |
HostInstance.withOwnerId(String ownerId)
The ID of the Amazon Web Services account that owns the 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 © 2021. All rights reserved.