| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.clone() |
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataDetails.getPlacement()
Specifies the placement of an instance.
|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.withAffinity(String affinity)
The affinity setting for an instance on an EC2 Dedicated Host.
|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.withAvailabilityZone(String availabilityZone)
The Availability Zone for the instance.
|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.withGroupName(String groupName)
The name of the placement group for the instance.
|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.withHostId(String hostId)
The ID of the Dedicated Host for the instance.
|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.withHostResourceGroupArn(String hostResourceGroupArn)
The Amazon Resource Name (ARN) of the host resource group in which to launch the instances.
|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.withPartitionNumber(Integer partitionNumber)
The number of the partition the instance should launch in.
|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.withSpreadDomain(String spreadDomain)
Reserved for future use.
|
AwsEc2LaunchTemplateDataPlacementDetails |
AwsEc2LaunchTemplateDataPlacementDetails.withTenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2LaunchTemplateDataDetails.setPlacement(AwsEc2LaunchTemplateDataPlacementDetails placement)
Specifies the placement of an instance.
|
AwsEc2LaunchTemplateDataDetails |
AwsEc2LaunchTemplateDataDetails.withPlacement(AwsEc2LaunchTemplateDataPlacementDetails placement)
Specifies the placement of an instance.
|
Copyright © 2022. All rights reserved.