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