| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Placement |
RunInstancesRequest.placement()
The placement for the instance.
|
Placement |
Instance.placement()
The location where the instance launched, if applicable.
|
Placement |
FleetLaunchTemplateOverridesRequest.placement()
The location where the instance launched, if applicable.
|
Placement |
ImportInstanceLaunchSpecification.placement()
The placement information for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
RunInstancesRequest.Builder |
RunInstancesRequest.Builder.placement(Placement placement)
The placement for the instance.
|
Instance.Builder |
Instance.Builder.placement(Placement placement)
The location where the instance launched, if applicable.
|
FleetLaunchTemplateOverridesRequest.Builder |
FleetLaunchTemplateOverridesRequest.Builder.placement(Placement placement)
The location where the instance launched, if applicable.
|
ImportInstanceLaunchSpecification.Builder |
ImportInstanceLaunchSpecification.Builder.placement(Placement placement)
The placement information for the instance.
|
Copyright © 2020. All rights reserved.