Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeFleetError
Packages that use DescribeFleetError
-
Uses of DescribeFleetError in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeFleetErrorModifier and TypeMethodDescriptionfinal List<DescribeFleetError>FleetData.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 DescribeFleetErrorModifier and TypeMethodDescriptionFleetData.Builder.errors(DescribeFleetError... 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 DescribeFleetErrorModifier and TypeMethodDescriptionFleetData.Builder.errors(Collection<DescribeFleetError> errors) Information about the instances that could not be launched by the fleet.