Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateFleetInstance |
CreateFleetInstance.clone() |
CreateFleetInstance |
CreateFleetInstance.withInstanceIds(Collection<String> instanceIds)
The IDs of the instances.
|
CreateFleetInstance |
CreateFleetInstance.withInstanceIds(String... instanceIds)
The IDs of the instances.
|
CreateFleetInstance |
CreateFleetInstance.withInstanceType(InstanceType instanceType)
The instance type.
|
CreateFleetInstance |
CreateFleetInstance.withInstanceType(String instanceType)
The instance type.
|
CreateFleetInstance |
CreateFleetInstance.withLaunchTemplateAndOverrides(LaunchTemplateAndOverridesResponse launchTemplateAndOverrides)
The launch templates and overrides that were used for launching the instances.
|
CreateFleetInstance |
CreateFleetInstance.withLifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
|
CreateFleetInstance |
CreateFleetInstance.withLifecycle(String lifecycle)
Indicates if the instance that was launched is a Spot Instance or On-Demand Instance.
|
CreateFleetInstance |
CreateFleetInstance.withPlatform(PlatformValues platform)
The value is
Windows for Windows instances. |
CreateFleetInstance |
CreateFleetInstance.withPlatform(String platform)
The value is
Windows for Windows instances. |
Modifier and Type | Method and Description |
---|---|
List<CreateFleetInstance> |
CreateFleetResult.getInstances()
Information about the instances that were launched by the fleet.
|
Modifier and Type | Method and Description |
---|---|
CreateFleetResult |
CreateFleetResult.withInstances(CreateFleetInstance... instances)
Information about the instances that were launched by the fleet.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateFleetResult.setInstances(Collection<CreateFleetInstance> instances)
Information about the instances that were launched by the fleet.
|
CreateFleetResult |
CreateFleetResult.withInstances(Collection<CreateFleetInstance> instances)
Information about the instances that were launched by the fleet.
|
Copyright © 2021. All rights reserved.