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