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