Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
InstanceTopology |
InstanceTopology.clone() |
InstanceTopology |
InstanceTopology.withAvailabilityZone(String availabilityZone)
The name of the Availability Zone or Local Zone that the instance is in.
|
InstanceTopology |
InstanceTopology.withGroupName(String groupName)
The name of the placement group that the instance is in.
|
InstanceTopology |
InstanceTopology.withInstanceId(String instanceId)
The instance ID.
|
InstanceTopology |
InstanceTopology.withInstanceType(String instanceType)
The instance type.
|
InstanceTopology |
InstanceTopology.withNetworkNodes(Collection<String> networkNodes)
The network nodes.
|
InstanceTopology |
InstanceTopology.withNetworkNodes(String... networkNodes)
The network nodes.
|
InstanceTopology |
InstanceTopology.withZoneId(String zoneId)
The ID of the Availability Zone or Local Zone that the instance is in.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceTopology> |
DescribeInstanceTopologyResult.getInstances()
Information about the topology of each instance.
|
Modifier and Type | Method and Description |
---|---|
DescribeInstanceTopologyResult |
DescribeInstanceTopologyResult.withInstances(InstanceTopology... instances)
Information about the topology of each instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeInstanceTopologyResult.setInstances(Collection<InstanceTopology> instances)
Information about the topology of each instance.
|
DescribeInstanceTopologyResult |
DescribeInstanceTopologyResult.withInstances(Collection<InstanceTopology> instances)
Information about the topology of each instance.
|
Copyright © 2023. All rights reserved.