Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplatePlacement |
LaunchTemplatePlacement.clone() |
LaunchTemplatePlacement |
ResponseLaunchTemplateData.getPlacement()
The placement of the instance.
|
LaunchTemplatePlacement |
LaunchTemplatePlacement.withAffinity(String affinity)
The affinity setting for the instance on the Dedicated Host.
|
LaunchTemplatePlacement |
LaunchTemplatePlacement.withAvailabilityZone(String availabilityZone)
The Availability Zone of the instance.
|
LaunchTemplatePlacement |
LaunchTemplatePlacement.withGroupName(String groupName)
The name of the placement group for the instance.
|
LaunchTemplatePlacement |
LaunchTemplatePlacement.withHostId(String hostId)
The ID of the Dedicated Host for the instance.
|
LaunchTemplatePlacement |
LaunchTemplatePlacement.withSpreadDomain(String spreadDomain)
Reserved for future use.
|
LaunchTemplatePlacement |
LaunchTemplatePlacement.withTenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
LaunchTemplatePlacement |
LaunchTemplatePlacement.withTenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseLaunchTemplateData.setPlacement(LaunchTemplatePlacement placement)
The placement of the instance.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withPlacement(LaunchTemplatePlacement placement)
The placement of the instance.
|
Copyright © 2018. All rights reserved.