Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteFleetErrorItem
Packages that use DeleteFleetErrorItem
-
Uses of DeleteFleetErrorItem in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DeleteFleetErrorItemModifier and TypeMethodDescriptionfinal List<DeleteFleetErrorItem>DeleteFleetsResponse.unsuccessfulFleetDeletions()Information about the EC2 Fleets that are not successfully deleted.Methods in software.amazon.awssdk.services.ec2.model with parameters of type DeleteFleetErrorItemModifier and TypeMethodDescriptionDeleteFleetsResponse.Builder.unsuccessfulFleetDeletions(DeleteFleetErrorItem... unsuccessfulFleetDeletions) Information about the EC2 Fleets that are not successfully deleted.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DeleteFleetErrorItemModifier and TypeMethodDescriptionDeleteFleetsResponse.Builder.unsuccessfulFleetDeletions(Collection<DeleteFleetErrorItem> unsuccessfulFleetDeletions) Information about the EC2 Fleets that are not successfully deleted.