Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DescribeFleetError |
DescribeFleetError.clone() |
DescribeFleetError |
DescribeFleetError.withErrorCode(String errorCode)
The error code that indicates why the instance could not be launched.
|
DescribeFleetError |
DescribeFleetError.withErrorMessage(String errorMessage)
The error message that describes why the instance could not be launched.
|
DescribeFleetError |
DescribeFleetError.withLaunchTemplateAndOverrides(LaunchTemplateAndOverridesResponse launchTemplateAndOverrides)
The launch templates and overrides that were used for launching the instances.
|
DescribeFleetError |
DescribeFleetError.withLifecycle(InstanceLifecycle lifecycle)
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
DescribeFleetError |
DescribeFleetError.withLifecycle(String lifecycle)
Indicates if the instance that could not be launched was a Spot Instance or On-Demand Instance.
|
Modifier and Type | Method and Description |
---|---|
List<DescribeFleetError> |
FleetData.getErrors()
Information about the instances that could not be launched by the fleet.
|
Modifier and Type | Method and Description |
---|---|
FleetData |
FleetData.withErrors(DescribeFleetError... errors)
Information about the instances that could not be launched by the fleet.
|
Modifier and Type | Method and Description |
---|---|
void |
FleetData.setErrors(Collection<DescribeFleetError> errors)
Information about the instances that could not be launched by the fleet.
|
FleetData |
FleetData.withErrors(Collection<DescribeFleetError> errors)
Information about the instances that could not be launched by the fleet.
|
Copyright © 2021. All rights reserved.