Uses of Class
software.amazon.awssdk.services.ec2.model.Placement
-
Packages that use Placement Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Placement in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Placement Modifier and Type Method Description PlacementFleetLaunchTemplateOverridesRequest. placement()The location where the instance launched, if applicable.PlacementImportInstanceLaunchSpecification. placement()The placement information for the instance.PlacementInstance. placement()The location where the instance launched, if applicable.PlacementRunInstancesRequest. placement()The placement for the instance.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Placement Modifier and Type Method Description FleetLaunchTemplateOverridesRequest.BuilderFleetLaunchTemplateOverridesRequest.Builder. placement(Placement placement)The location where the instance launched, if applicable.ImportInstanceLaunchSpecification.BuilderImportInstanceLaunchSpecification.Builder. placement(Placement placement)The placement information for the instance.Instance.BuilderInstance.Builder. placement(Placement placement)The location where the instance launched, if applicable.RunInstancesRequest.BuilderRunInstancesRequest.Builder. placement(Placement placement)The placement for the instance.
-