Uses of Class
software.amazon.awssdk.services.ec2.model.CreateFleetError
-
Packages that use CreateFleetError Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateFleetError in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateFleetError Modifier and Type Method Description List<CreateFleetError>CreateFleetResponse. errors()Information about the instances that could not be launched by the fleet.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CreateFleetError Modifier and Type Method Description CreateFleetResponse.BuilderCreateFleetResponse.Builder. errors(CreateFleetError... errors)Information about the instances that could not be launched by the fleet.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CreateFleetError Modifier and Type Method Description CreateFleetResponse.BuilderCreateFleetResponse.Builder. errors(Collection<CreateFleetError> errors)Information about the instances that could not be launched by the fleet.
-