Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Placement |
Placement.clone() |
Placement |
Instance.getPlacement()
The location where the instance launched, if applicable.
|
Placement |
FleetLaunchTemplateOverridesRequest.getPlacement()
The location where the instance launched, if applicable.
|
Placement |
ImportInstanceLaunchSpecification.getPlacement()
The placement information for the instance.
|
Placement |
RunInstancesRequest.getPlacement()
The placement for the instance.
|
Placement |
Placement.withAffinity(String affinity)
The affinity setting for the instance on the Dedicated Host.
|
Placement |
Placement.withAvailabilityZone(String availabilityZone)
The Availability Zone of the instance.
|
Placement |
Placement.withGroupId(String groupId)
The ID of the placement group that the instance is in.
|
Placement |
Placement.withGroupName(String groupName)
The name of the placement group that the instance is in.
|
Placement |
Placement.withHostId(String hostId)
The ID of the Dedicated Host on which the instance resides.
|
Placement |
Placement.withHostResourceGroupArn(String hostResourceGroupArn)
The ARN of the host resource group in which to launch the instances.
|
Placement |
Placement.withPartitionNumber(Integer partitionNumber)
The number of the partition that the instance is in.
|
Placement |
Placement.withSpreadDomain(String spreadDomain)
Reserved for future use.
|
Placement |
Placement.withTenancy(String tenancy)
The tenancy of the instance.
|
Placement |
Placement.withTenancy(Tenancy tenancy)
The tenancy of the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setPlacement(Placement placement)
The location where the instance launched, if applicable.
|
void |
FleetLaunchTemplateOverridesRequest.setPlacement(Placement placement)
The location where the instance launched, if applicable.
|
void |
ImportInstanceLaunchSpecification.setPlacement(Placement placement)
The placement information for the instance.
|
void |
RunInstancesRequest.setPlacement(Placement placement)
The placement for the instance.
|
Instance |
Instance.withPlacement(Placement placement)
The location where the instance launched, if applicable.
|
FleetLaunchTemplateOverridesRequest |
FleetLaunchTemplateOverridesRequest.withPlacement(Placement placement)
The location where the instance launched, if applicable.
|
ImportInstanceLaunchSpecification |
ImportInstanceLaunchSpecification.withPlacement(Placement placement)
The placement information for the instance.
|
RunInstancesRequest |
RunInstancesRequest.withPlacement(Placement placement)
The placement for the instance.
|
Copyright © 2023. All rights reserved.